Html Css Color HEX #B9AA28 Earls Green

📋 copy color: '#B9AA28'

red 185 ◦ green 170 ◦ blue 40

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

Shades of Earls Green #B9AA28

Tints of Earls Green #B9AA28

RGB

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

 GREEN value IS 170 (66.8% from 255) = 43.04%

 BLUE value IS 40 (16.02% from 255) = 10.13%

R = 46.84%
G = 43.04%
B = 10.13%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#B9AA28 (or 0xB9AA28) is known color: Earls Green. HEX triplet: B9, AA and 28. RGB value is (185,170,40). Sum of RGB (Red+Green+Blue) = 185+170+40=395 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.84% from 395); Green value is 170 (66.80% from 255 or 43.04% from 395); Blue value is 40 (16.02% from 255 or 10.13% from 395); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AA28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9AA28 is #4655D7. Grayscale: #A0A0A0. Windows color (decimal): -4609496 or 2665145. OLE color: 2665145.

HSL color Cylindrical-coordinate representation of color #B9AA28: hue angle of 53.79º 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 #B9AA28 is Cyan = 0, Magento = 0.08, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 170 40 -
CMYK 0 0.08 0.78 0.27
HSL 53.79º 0.64% 0.44% -
HSV(B) 53.79º 0.78% 0.73% -
XYZ 34.77 39.22 7.74 -
YUV 159.67 60.47 146.07 -
System Red Green Blue C M Y K H S L
Decimal 185 170 40 0 0.08 0.78 0.27 53.79 0.64 0.44
Hex B9 AA 28 0 8 4E 1B 36 40 2C
Octal 271 252 50 0 10 116 33 66 100 54
Binary 10111001 10101010 101000 0 1000 1001110 11011 110110 1000000 101100

Color Harmonies of #B9AA28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AA28

Black with #B9AA28

Text Example


Text Example

White with #B9AA28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AA28; }

 p { color: rgb(185,170,40); }

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

background-color css

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

 a { background-color: rgb(185,170,40); }

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

border-color css

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

 span { border-color: rgb(185,170,40); }

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