Color Hex Logo

#b9c422 Color Hex

#B9C422
(185,196,34)
0 Favorites   0 Comments

Color spaces of #b9c422

RGB 18519634
HSL0.180.700.45
HSV64°83°77°
CMYK 0.060.000.83   0.23
XYZ40.036249.90969.0368
Yxy49.90960.40450.5042
Hunter Lab70.6467-22.474141.8686
CIE-Lab76.0137-21.803671.4045

#b9c422 color RGB value is (185,196,34).

#b9c422 hex color red value is 185, green value is 196 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #b9c422 hue: 0.18 , saturation: 0.70 and the lightness value of b9c422 is 0.45.

The process color (four color CMYK) of #b9c422 color hex is 0.06, 0.00, 0.83, 0.23. Web safe color of #b9c422 is #cccc33. Color #b9c422 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 11000100 00100010
Octal 271 304 42
Decimal 185 196 34
Hex B9 C4 22

RGB Percentages of Color #b9c422

%44.58
%47.23
%8.19

CMYK Percentages of Color #b9c422

%6
%0
%83
%23

Triadic Colors of #b9c422

#b9c422 #22b9c4 #c422b9

Analogous Colors of #b9c422

#b9c422 #68c422 #c47e22

Monochromatic Colors of #b9c422

#b9c422

Complementary Color

#b9c422 #2d22c4

#b9c422 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9c422 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9c422 Color CSS Codes

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

#b9c422 Text Font Color

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

This sample text font color is #b9c422
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.


#b9c422 Background Color

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

This div background color is #b9c422


#b9c422 Border Color

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

This div border color is #b9c422


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(185,196,34, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b9c422; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b9c422;
  -webkit-box-shadow: 1px 1px 3px 2px #b9c422;
  box-shadow:         1px 1px 3px 2px #b9c422; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,196,34, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9c422


Comments

No comments written yet.

Please login to write comment.