#B9A722

Color #B9A722 Earls Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Earls Green #B9A722

Tints of Earls Green #B9A722

Color information

#B9A722 (or 0xB9A722) is unknown color: approx Earls Green. HEX triplet: B9, A7 and 22. RGB value is (185,167,34). Sum of RGB (Red+Green+Blue) = 185+167+34=386 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.93% from 386); Green value is 167 (65.62% from 255 or 43.26% from 386); Blue value is 34 (13.67% from 255 or 8.81% from 386); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A722 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A722 is #4658DD. Grayscale: #9D9D9D. Windows color (decimal): -4610270 or 2271161. OLE color: 2271161.

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

Color convert

RGB18516734-
CMYK00.100.820.27
HSL52.85º68.95%42.94%-
HSV(B)52.85º81.62%72.55%-
XYZ34.1238.077.06-
YUV157.2258.46147.81-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.93%
GREEN value IS 167 (65.62% from 255) = 43.26%
BLUE value IS 34 (13.67% from 255) = 8.81%
R=47.93%
G=43.26%
B=8.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.82
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851673400.100.820.2752.8568.9542.94
HexB9A7220A521B35452b
Octal27124742012122336510553
Binary1011100110100111100010010101010010110111101011000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A722

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A722; }

 p { color: rgb(185,167,34); }

 H1.HeaderClassName
 {
   color: #B9A722;
 }
 .AnyTagClassName
 {
   color: #B9A722;
 }
</style>
background-color css

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

 a { background-color: rgb(185,167,34); }

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

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

 span { border-color: rgb(185,167,34); }

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