Html Css Color HEX #B9A817 Earls Green

📋 copy color: '#B9A817'

red 185 ◦ green 168 ◦ blue 23

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

Shades of Earls Green #B9A817

Tints of Earls Green #B9A817

RGB

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

 GREEN value IS 168 (66.02% from 255) = 44.68%

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

R = 49.2%
G = 44.68%
B = 6.12%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#B9A817 (or 0xB9A817) is known color: Earls Green. HEX triplet: B9, A8 and 17. RGB value is (185,168,23). Sum of RGB (Red+Green+Blue) = 185+168+23=376 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.20% from 376); Green value is 168 (66.02% from 255 or 44.68% from 376); Blue value is 23 (9.38% from 255 or 6.12% from 376); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A817 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B9A817 is #4657E8. Grayscale: #9D9D9D. Windows color (decimal): -4610025 or 1550521. OLE color: 1550521.

HSL color Cylindrical-coordinate representation of color #B9A817: hue angle of 53.7º 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 #B9A817 is Cyan = 0, Magento = 0.09, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 168 23 -
CMYK 0 0.09 0.88 0.27
HSL 53.7º 0.78% 0.41% -
HSV(B) 53.7º 0.88% 0.73% -
XYZ 34.16 38.38 6.42 -
YUV 156.55 52.63 148.29 -
System Red Green Blue C M Y K H S L
Decimal 185 168 23 0 0.09 0.88 0.27 53.7 0.78 0.41
Hex B9 A8 17 0 9 58 1B 36 4E 29
Octal 271 250 27 0 11 130 33 66 116 51
Binary 10111001 10101000 10111 0 1001 1011000 11011 110110 1001110 101001

Color Harmonies of #B9A817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A817

Black with #B9A817

Text Example


Text Example

White with #B9A817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A817; }

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

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

background-color css

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

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

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

border-color css

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

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

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