#B8B222

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

Shades of Earls Green #B8B222

Tints of Earls Green #B8B222

Color information

#B8B222 (or 0xB8B222) is unknown color: approx Earls Green. HEX triplet: B8, B2 and 22. RGB value is (184,178,34). Sum of RGB (Red+Green+Blue) = 184+178+34=396 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.46% from 396); Green value is 178 (69.92% from 255 or 44.95% from 396); Blue value is 34 (13.67% from 255 or 8.59% from 396); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B222 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8B222 is #474DDD. Grayscale: #A3A3A3. Windows color (decimal): -4672990 or 2273976. OLE color: 2273976.

HSL color Cylindrical-coordinate representation of color #B8B222: hue angle of 57.6º 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 #B8B222 is Cyan = 0, Magento = 0.03, Yellow = 0.82 and Black (K on CMYK) = 0.28.

Color convert

RGB18417834-
CMYK00.030.820.28
HSL57.6º68.81%42.75%-
HSV(B)57.6º81.52%72.16%-
XYZ35.9842.157.75-
YUV163.3854.99142.71-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 46.46%
GREEN value IS 178 (69.92% from 255) = 44.95%
BLUE value IS 34 (13.67% from 255) = 8.59%
R=46.46%
G=44.95%
B=8.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.82
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841783400.030.820.2857.668.8142.75
HexB8B22203521C3a452b
Octal2702624203122347210553
Binary10111000101100101000100111010010111001110101000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B222; }

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

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

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

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

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

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

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

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