Html Css Color HEX #B9AA30 Earls Green

📋 copy color: '#B9AA30'

red 185 ◦ green 170 ◦ blue 48

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

Shades of Earls Green #B9AA30

Tints of Earls Green #B9AA30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 11.91%

R = 45.91%
G = 42.18%
B = 11.91%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#B9AA30 (or 0xB9AA30) is known color: Earls Green. HEX triplet: B9, AA and 30. RGB value is (185,170,48). Sum of RGB (Red+Green+Blue) = 185+170+48=403 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.91% from 403); Green value is 170 (66.80% from 255 or 42.18% from 403); Blue value is 48 (19.14% from 255 or 11.91% from 403); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AA30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9AA30 is #4655CF. Grayscale: #A1A1A1. Windows color (decimal): -4609488 or 3189433. OLE color: 3189433.

HSL color Cylindrical-coordinate representation of color #B9AA30: hue angle of 53.43º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B9AA30 is Cyan = 0, Magento = 0.08, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 170 48 -
CMYK 0 0.08 0.74 0.27
HSL 53.43º 0.59% 0.46% -
HSV(B) 53.43º 0.74% 0.73% -
XYZ 34.92 39.28 8.54 -
YUV 160.58 64.47 145.42 -
System Red Green Blue C M Y K H S L
Decimal 185 170 48 0 0.08 0.74 0.27 53.43 0.59 0.46
Hex B9 AA 30 0 8 4A 1B 35 3B 2E
Octal 271 252 60 0 10 112 33 65 73 56
Binary 10111001 10101010 110000 0 1000 1001010 11011 110101 111011 101110

Color Harmonies of #B9AA30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AA30

Black with #B9AA30

Text Example


Text Example

White with #B9AA30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AA30; }

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

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

background-color css

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

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

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

border-color css

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

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

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