#B7A228

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

Shades of Earls Green #B7A228

Tints of Earls Green #B7A228

Color information

#B7A228 (or 0xB7A228) is unknown color: approx Earls Green. HEX triplet: B7, A2 and 28. RGB value is (183,162,40). Sum of RGB (Red+Green+Blue) = 183+162+40=385 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.53% from 385); Green value is 162 (63.67% from 255 or 42.08% from 385); Blue value is 40 (16.02% from 255 or 10.39% from 385); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A228 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A228 is #485DD7. Grayscale: #9A9A9A. Windows color (decimal): -4742616 or 2663095. OLE color: 2663095.

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

Color convert

RGB18316240-
CMYK00.110.780.28
HSL51.19º64.13%43.73%-
HSV(B)51.19º78.14%71.76%-
XYZ32.8336.067.24-
YUV154.3763.46148.42-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.53%
GREEN value IS 162 (63.67% from 255) = 42.08%
BLUE value IS 40 (16.02% from 255) = 10.39%
R=47.53%
G=42.08%
B=10.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.78
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831624000.110.780.2851.1964.1343.73
HexB7A2280B4E1C33402c
Octal26724250013116346310054
Binary1011011110100010101000010111001110111001100111000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A228; }

 p { color: rgb(183,162,40); }

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

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

 a { background-color: rgb(183,162,40); }

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

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

 span { border-color: rgb(183,162,40); }

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