Html Css Color HEX #B9AA1A Earls Green

📋 copy color: '#B9AA1A'

red 185 ◦ green 170 ◦ blue 26

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

Shades of Earls Green #B9AA1A

Tints of Earls Green #B9AA1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.82%

R = 48.56%
G = 44.62%
B = 6.82%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#B9AA1A (or 0xB9AA1A) is known color: Earls Green. HEX triplet: B9, AA and 1A. RGB value is (185,170,26). Sum of RGB (Red+Green+Blue) = 185+170+26=381 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.56% from 381); Green value is 170 (66.80% from 255 or 44.62% from 381); Blue value is 26 (10.55% from 255 or 6.82% from 381); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AA1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9AA1A is #4655E5. Grayscale: #9E9E9E. Windows color (decimal): -4609510 or 1747641. OLE color: 1747641.

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

Color convert

RGB 185 170 26 -
CMYK 0 0.08 0.86 0.27
HSL 54.34º 0.75% 0.41% -
HSV(B) 54.34º 0.86% 0.73% -
XYZ 34.57 39.14 6.71 -
YUV 158.07 53.47 147.21 -
System Red Green Blue C M Y K H S L
Decimal 185 170 26 0 0.08 0.86 0.27 54.34 0.75 0.41
Hex B9 AA 1A 0 8 56 1B 36 4B 29
Octal 271 252 32 0 10 126 33 66 113 51
Binary 10111001 10101010 11010 0 1000 1010110 11011 110110 1001011 101001

Color Harmonies of #B9AA1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AA1A

Black with #B9AA1A

Text Example


Text Example

White with #B9AA1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AA1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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