#B8B22A

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

Shades of Earls Green #B8B22A

Tints of Earls Green #B8B22A

Color information

#B8B22A (or 0xB8B22A) is unknown color: approx Earls Green. HEX triplet: B8, B2 and 2A. RGB value is (184,178,42). Sum of RGB (Red+Green+Blue) = 184+178+42=404 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.54% from 404); Green value is 178 (69.92% from 255 or 44.06% from 404); Blue value is 42 (16.80% from 255 or 10.40% from 404); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B22A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8B22A is #474DD5. Grayscale: #A4A4A4. Windows color (decimal): -4672982 or 2798264. OLE color: 2798264.

HSL color Cylindrical-coordinate representation of color #B8B22A: hue angle of 57.46º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B8B22A is Cyan = 0, Magento = 0.03, Yellow = 0.77 and Black (K on CMYK) = 0.28.

Color convert

RGB18417842-
CMYK00.030.770.28
HSL57.46º62.83%44.31%-
HSV(B)57.46º77.17%72.16%-
XYZ36.1142.28.43-
YUV164.2958.99142.06-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 45.54%
GREEN value IS 178 (69.92% from 255) = 44.06%
BLUE value IS 42 (16.80% from 255) = 10.40%
R=45.54%
G=44.06%
B=10.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.77
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841784200.030.770.2857.4662.8344.31
HexB8B22A034D1C393f2c
Octal270262520311534717754
Binary1011100010110010101010011100110111100111001111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B22A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B22A; }

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

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

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

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

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

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

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

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