Html Css Color HEX #B9A514 Earls Green

📋 copy color: '#B9A514'

red 185 ◦ green 165 ◦ blue 20

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

Shades of Earls Green #B9A514

Tints of Earls Green #B9A514

RGB

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

 GREEN value IS 165 (64.84% from 255) = 44.59%

 BLUE value IS 20 (8.2% from 255) = 5.41%

R = 50%
G = 44.59%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#B9A514 (or 0xB9A514) is known color: Earls Green. HEX triplet: B9, A5 and 14. RGB value is (185,165,20). Sum of RGB (Red+Green+Blue) = 185+165+20=370 (49% of max value = 765). Red value is 185 (72.66% from 255 or 50% from 370); Green value is 165 (64.84% from 255 or 44.59% from 370); Blue value is 20 (8.20% from 255 or 5.41% from 370); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A514 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B9A514 is #465AEB. Grayscale: #9B9B9B. Windows color (decimal): -4610796 or 1353145. OLE color: 1353145.

HSL color Cylindrical-coordinate representation of color #B9A514: hue angle of 52.73º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B9A514 is Cyan = 0, Magento = 0.11, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 165 20 -
CMYK 0 0.11 0.89 0.27
HSL 52.73º 0.8% 0.4% -
HSV(B) 52.73º 0.89% 0.73% -
XYZ 33.59 37.28 6.09 -
YUV 154.45 52.13 149.79 -
System Red Green Blue C M Y K H S L
Decimal 185 165 20 0 0.11 0.89 0.27 52.73 0.8 0.4
Hex B9 A5 14 0 B 59 1B 35 50 28
Octal 271 245 24 0 13 131 33 65 120 50
Binary 10111001 10100101 10100 0 1011 1011001 11011 110101 1010000 101000

Color Harmonies of #B9A514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A514

Black with #B9A514

Text Example


Text Example

White with #B9A514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A514; }

 p { color: rgb(185,165,20); }

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

background-color css

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

 a { background-color: rgb(185,165,20); }

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

border-color css

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

 span { border-color: rgb(185,165,20); }

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