Html Css Color HEX #B9A617 Earls Green

📋 copy color: '#B9A617'

red 185 ◦ green 166 ◦ blue 23

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

Shades of Earls Green #B9A617

Tints of Earls Green #B9A617

RGB

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

 GREEN value IS 166 (65.23% from 255) = 44.39%

 BLUE value IS 23 (9.38% from 255) = 6.15%

R = 49.47%
G = 44.39%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#B9A617 (or 0xB9A617) is known color: Earls Green. HEX triplet: B9, A6 and 17. RGB value is (185,166,23). Sum of RGB (Red+Green+Blue) = 185+166+23=374 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.47% from 374); Green value is 166 (65.23% from 255 or 44.39% from 374); Blue value is 23 (9.38% from 255 or 6.15% from 374); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A617 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B9A617 is #4659E8. Grayscale: #9B9B9B. Windows color (decimal): -4610537 or 1550009. OLE color: 1550009.

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

Color convert

RGB 185 166 23 -
CMYK 0 0.10 0.88 0.27
HSL 52.96º 0.78% 0.41% -
HSV(B) 52.96º 0.88% 0.73% -
XYZ 33.8 37.65 6.3 -
YUV 155.38 53.29 149.13 -
System Red Green Blue C M Y K H S L
Decimal 185 166 23 0 0.10 0.88 0.27 52.96 0.78 0.41
Hex B9 A6 17 0 A 58 1B 35 4E 29
Octal 271 246 27 0 12 130 33 65 116 51
Binary 10111001 10100110 10111 0 1010 1011000 11011 110101 1001110 101001

Color Harmonies of #B9A617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A617

Black with #B9A617

Text Example


Text Example

White with #B9A617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A617; }

 p { color: rgb(185,166,23); }

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

background-color css

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

 a { background-color: rgb(185,166,23); }

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

border-color css

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

 span { border-color: rgb(185,166,23); }

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