Html Css Color HEX #B9B116 Earls Green

📋 copy color: '#B9B116'

red 185 ◦ green 177 ◦ blue 22

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

Shades of Earls Green #B9B116

Tints of Earls Green #B9B116

RGB

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

 GREEN value IS 177 (69.53% from 255) = 46.09%

 BLUE value IS 22 (8.98% from 255) = 5.73%

R = 48.18%
G = 46.09%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#B9B116 (or 0xB9B116) is known color: Earls Green. HEX triplet: B9, B1 and 16. RGB value is (185,177,22). Sum of RGB (Red+Green+Blue) = 185+177+22=384 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.18% from 384); Green value is 177 (69.53% from 255 or 46.09% from 384); Blue value is 22 (8.98% from 255 or 5.73% from 384); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B116 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B9B116 is #464EE9. Grayscale: #A2A2A2. Windows color (decimal): -4607722 or 1487289. OLE color: 1487289.

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

Color convert

RGB 185 177 22 -
CMYK 0 0.04 0.88 0.27
HSL 57.06º 0.79% 0.41% -
HSV(B) 57.06º 0.88% 0.73% -
XYZ 35.87 41.82 6.94 -
YUV 161.72 49.15 144.6 -
System Red Green Blue C M Y K H S L
Decimal 185 177 22 0 0.04 0.88 0.27 57.06 0.79 0.41
Hex B9 B1 16 0 4 58 1B 39 4F 29
Octal 271 261 26 0 4 130 33 71 117 51
Binary 10111001 10110001 10110 0 100 1011000 11011 111001 1001111 101001

Color Harmonies of #B9B116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B116

Black with #B9B116

Text Example


Text Example

White with #B9B116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B116; }

 p { color: rgb(185,177,22); }

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

background-color css

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

 a { background-color: rgb(185,177,22); }

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

border-color css

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

 span { border-color: rgb(185,177,22); }

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