Html Css Color HEX #B9B229 Earls Green

📋 copy color: '#B9B229'

red 185 ◦ green 178 ◦ blue 41

#B9B229
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Earls Green #B9B229

Tints of Earls Green #B9B229

RGB

 RED value IS 185 (72.66% from 255) = 45.79%

 GREEN value IS 178 (69.92% from 255) = 44.06%

 BLUE value IS 41 (16.41% from 255) = 10.15%

R = 45.79%
G = 44.06%
B = 10.15%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.78

 K value IS 0.27

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B9B229 (or 0xB9B229) is known color: Earls Green. HEX triplet: B9, B2 and 29. RGB value is (185,178,41). Sum of RGB (Red+Green+Blue) = 185+178+41=404 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.79% from 404); Green value is 178 (69.92% from 255 or 44.06% from 404); Blue value is 41 (16.41% from 255 or 10.15% from 404); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B229 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9B229 is #464DD6. Grayscale: #A5A5A5. Windows color (decimal): -4607447 or 2732729. OLE color: 2732729.

HSL color Cylindrical-coordinate representation of color #B9B229: hue angle of 57.08º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B9B229 is Cyan = 0, Magento = 0.04, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 178 41 -
CMYK 0 0.04 0.78 0.27
HSL 57.08º 0.64% 0.44% -
HSV(B) 57.08º 0.78% 0.73% -
XYZ 36.33 42.32 8.35 -
YUV 164.48 58.32 142.64 -
System Red Green Blue C M Y K H S L
Decimal 185 178 41 0 0.04 0.78 0.27 57.08 0.64 0.44
Hex B9 B2 29 0 4 4E 1B 39 40 2C
Octal 271 262 51 0 4 116 33 71 100 54
Binary 10111001 10110010 101001 0 100 1001110 11011 111001 1000000 101100

Color Harmonies of #B9B229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B229

Black with #B9B229

Text Example


Text Example

White with #B9B229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B229; }

 p { color: rgb(185,178,41); }

 H1.HeaderClassName
 {
   color: #B9B229;
 }
 .AnyTagClassName
 {
   color: #B9B229;
 }
</style>

background-color css

<style>
 a { background-color: #B9B229; }

 a { background-color: rgb(185,178,41); }

 div.DivClassName
 {
   background-color: #B9B229;
 }
 .BgClassName
 {
   background-color: #B9B229;
 }
</style>

border-color css

<style>
 span { border-color: #B9B229; }

 span { border-color: rgb(185,178,41); }

 td.TdClassName
 {
   border-color: #B9B229;
 }
 .TagClassName
 {
   border-color: #B9B229;
 }
</style>