#B8A722

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

Shades of Earls Green #B8A722

Tints of Earls Green #B8A722

Color information

#B8A722 (or 0xB8A722) is unknown color: approx Earls Green. HEX triplet: B8, A7 and 22. RGB value is (184,167,34). Sum of RGB (Red+Green+Blue) = 184+167+34=385 (50% of max value = 765). Red value is 184 (72.27% from 255 or 47.79% from 385); Green value is 167 (65.62% from 255 or 43.38% from 385); Blue value is 34 (13.67% from 255 or 8.83% from 385); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A722 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8A722 is #4758DD. Grayscale: #9D9D9D. Windows color (decimal): -4675806 or 2271160. OLE color: 2271160.

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

Color convert

RGB18416734-
CMYK00.090.820.28
HSL53.2º68.81%42.75%-
HSV(B)53.2º81.52%72.16%-
XYZ33.8737.947.05-
YUV156.9258.63147.31-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 47.79%
GREEN value IS 167 (65.62% from 255) = 43.38%
BLUE value IS 34 (13.67% from 255) = 8.83%
R=47.79%
G=43.38%
B=8.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.82
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841673400.090.820.2853.268.8142.75
HexB8A72209521C35452b
Octal27024742011122346510553
Binary1011100010100111100010010011010010111001101011000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A722

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A722; }

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

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

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

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

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

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

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

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