Html Css Color HEX #B9A81B Earls Green

📋 copy color: '#B9A81B'

red 185 ◦ green 168 ◦ blue 27

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

Shades of Earls Green #B9A81B

Tints of Earls Green #B9A81B

RGB

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

 GREEN value IS 168 (66.02% from 255) = 44.21%

 BLUE value IS 27 (10.94% from 255) = 7.11%

R = 48.68%
G = 44.21%
B = 7.11%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#B9A81B (or 0xB9A81B) is known color: Earls Green. HEX triplet: B9, A8 and 1B. RGB value is (185,168,27). Sum of RGB (Red+Green+Blue) = 185+168+27=380 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.68% from 380); Green value is 168 (66.02% from 255 or 44.21% from 380); Blue value is 27 (10.94% from 255 or 7.11% from 380); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A81B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A81B is #4657E4. Grayscale: #9D9D9D. Windows color (decimal): -4610021 or 1812665. OLE color: 1812665.

HSL color Cylindrical-coordinate representation of color #B9A81B: hue angle of 53.54º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B9A81B is Cyan = 0, Magento = 0.09, Yellow = 0.85 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 168 27 -
CMYK 0 0.09 0.85 0.27
HSL 53.54º 0.75% 0.42% -
HSV(B) 53.54º 0.85% 0.73% -
XYZ 34.21 38.4 6.65 -
YUV 157.01 54.63 147.96 -
System Red Green Blue C M Y K H S L
Decimal 185 168 27 0 0.09 0.85 0.27 53.54 0.75 0.42
Hex B9 A8 1B 0 9 55 1B 36 4B 2A
Octal 271 250 33 0 11 125 33 66 113 52
Binary 10111001 10101000 11011 0 1001 1010101 11011 110110 1001011 101010

Color Harmonies of #B9A81B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A81B

Black with #B9A81B

Text Example


Text Example

White with #B9A81B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A81B; }

 p { color: rgb(185,168,27); }

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

background-color css

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

 a { background-color: rgb(185,168,27); }

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

border-color css

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

 span { border-color: rgb(185,168,27); }

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