Color Hex Logo

#b5c992 Color Hex

#B5C992
(181,201,146)
0 Favorites   0 Comments

Color spaces of #b5c992

RGB 181201146
HSL0.230.340.68
HSV82°27°79°
CMYK 0.100.000.27   0.21
XYZ45.131053.672435.1753
Yxy53.67240.33690.4006
Hunter Lab73.2614-18.246822.8159
CIE-Lab78.2703-16.261925.3029

#b5c992 color RGB value is (181,201,146).

#b5c992 hex color red value is 181, green value is 201 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #b5c992 hue: 0.23 , saturation: 0.34 and the lightness value of b5c992 is 0.68.

The process color (four color CMYK) of #b5c992 color hex is 0.10, 0.00, 0.27, 0.21. Web safe color of #b5c992 is #cccc99. Color #b5c992 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 11001001 10010010
Octal 265 311 222
Decimal 181 201 146
Hex B5 C9 92

RGB Percentages of Color #b5c992

%34.28
%38.07
%27.65

CMYK Percentages of Color #b5c992

%10
%0
%27
%21

Triadic Colors of #b5c992

#b5c992 #92b5c9 #c992b5

Analogous Colors of #b5c992

#b5c992 #9ac992 #c9c292

Monochromatic Colors of #b5c992

#b5c992

Complementary Color

#b5c992 #a692c9

#b5c992 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5c992 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5c992 Color CSS Codes

.mybgcolor {background-color:#b5c992; } 
.myforecolor {color:#b5c992; }
.mybordercolor {border:3px solid #b5c992; }

#b5c992 Text Font Color

<p style="color:#b5c992">Text here</p>

This sample text font color is #b5c992
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#b5c992 Background Color

<div style="background-color:#b5c992">
Div content here</div>

This div background color is #b5c992


#b5c992 Border Color

<div style="border:3px solid #b5c992">
Div here</div>

This div border color is #b5c992


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(181,201,146, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b5c992; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b5c992;
  -webkit-box-shadow: 1px 1px 3px 2px #b5c992;
  box-shadow:         1px 1px 3px 2px #b5c992; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,201,146, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b5c992">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #b5c992;
  -webkit-box-shadow: 1px 1px 3px 2px #b5c992;
  box-shadow:         1px 1px 3px 2px #b5c992;">
Div content here</div>

This div box has shadow with color #b5c992

#b5c992 Color Palettes


Comments

No comments written yet.

Please login to write comment.