#B7B228

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

Shades of Earls Green #B7B228

Tints of Earls Green #B7B228

Color information

#B7B228 (or 0xB7B228) is unknown color: approx Earls Green. HEX triplet: B7, B2 and 28. RGB value is (183,178,40). Sum of RGB (Red+Green+Blue) = 183+178+40=401 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.64% from 401); Green value is 178 (69.92% from 255 or 44.39% from 401); Blue value is 40 (16.02% from 255 or 9.98% from 401); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B228 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7B228 is #484DD7. Grayscale: #A4A4A4. Windows color (decimal): -4738520 or 2667191. OLE color: 2667191.

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

Color convert

RGB18317840-
CMYK00.030.780.28
HSL57.9º64.13%43.73%-
HSV(B)57.9º78.14%71.76%-
XYZ35.8342.068.24-
YUV163.7658.16141.72-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.64%
GREEN value IS 178 (69.92% from 255) = 44.39%
BLUE value IS 40 (16.02% from 255) = 9.98%
R=45.64%
G=44.39%
B=9.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.78
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831784000.030.780.2857.964.1343.73
HexB7B228034E1C3a402c
Octal2672625003116347210054
Binary10110111101100101010000111001110111001110101000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B228; }

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

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

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

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

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

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

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

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