Html Css Color HEX #B9AC13 Earls Green

📋 copy color: '#B9AC13'

red 185 ◦ green 172 ◦ blue 19

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

Shades of Earls Green #B9AC13

Tints of Earls Green #B9AC13

RGB

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

 GREEN value IS 172 (67.58% from 255) = 45.74%

 BLUE value IS 19 (7.81% from 255) = 5.05%

R = 49.2%
G = 45.74%
B = 5.05%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#B9AC13 (or 0xB9AC13) is known color: Earls Green. HEX triplet: B9, AC and 13. RGB value is (185,172,19). Sum of RGB (Red+Green+Blue) = 185+172+19=376 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.20% from 376); Green value is 172 (67.58% from 255 or 45.74% from 376); Blue value is 19 (7.81% from 255 or 5.05% from 376); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AC13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B9AC13 is #4653EC. Grayscale: #9F9F9F. Windows color (decimal): -4609005 or 1289401. OLE color: 1289401.

HSL color Cylindrical-coordinate representation of color #B9AC13: hue angle of 55.3º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B9AC13 is Cyan = 0, Magento = 0.07, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 172 19 -
CMYK 0 0.07 0.90 0.27
HSL 55.3º 0.81% 0.4% -
HSV(B) 55.3º 0.9% 0.73% -
XYZ 34.88 39.87 6.47 -
YUV 158.45 49.31 146.94 -
System Red Green Blue C M Y K H S L
Decimal 185 172 19 0 0.07 0.90 0.27 55.3 0.81 0.4
Hex B9 AC 13 0 7 5A 1B 37 51 28
Octal 271 254 23 0 7 132 33 67 121 50
Binary 10111001 10101100 10011 0 111 1011010 11011 110111 1010001 101000

Color Harmonies of #B9AC13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AC13

Black with #B9AC13

Text Example


Text Example

White with #B9AC13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AC13; }

 p { color: rgb(185,172,19); }

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

background-color css

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

 a { background-color: rgb(185,172,19); }

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

border-color css

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

 span { border-color: rgb(185,172,19); }

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