Html Css Color HEX #B9A81E Earls Green

📋 copy color: '#B9A81E'

red 185 ◦ green 168 ◦ blue 30

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

Shades of Earls Green #B9A81E

Tints of Earls Green #B9A81E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.83%

R = 48.3%
G = 43.86%
B = 7.83%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#B9A81E (or 0xB9A81E) is known color: Earls Green. HEX triplet: B9, A8 and 1E. RGB value is (185,168,30). Sum of RGB (Red+Green+Blue) = 185+168+30=383 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.30% from 383); Green value is 168 (66.02% from 255 or 43.86% from 383); Blue value is 30 (12.11% from 255 or 7.83% from 383); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A81E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A81E is #4657E1. Grayscale: #9D9D9D. Windows color (decimal): -4610018 or 2009273. OLE color: 2009273.

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

Color convert

RGB 185 168 30 -
CMYK 0 0.09 0.84 0.27
HSL 53.42º 0.72% 0.42% -
HSV(B) 53.42º 0.84% 0.73% -
XYZ 34.24 38.41 6.84 -
YUV 157.35 56.13 147.72 -
System Red Green Blue C M Y K H S L
Decimal 185 168 30 0 0.09 0.84 0.27 53.42 0.72 0.42
Hex B9 A8 1E 0 9 54 1B 35 48 2A
Octal 271 250 36 0 11 124 33 65 110 52
Binary 10111001 10101000 11110 0 1001 1010100 11011 110101 1001000 101010

Color Harmonies of #B9A81E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A81E

Black with #B9A81E

Text Example


Text Example

White with #B9A81E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A81E; }

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

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

background-color css

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

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

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

border-color css

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

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

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