#B7B028

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

Shades of Earls Green #B7B028

Tints of Earls Green #B7B028

Color information

#B7B028 (or 0xB7B028) is unknown color: approx Earls Green. HEX triplet: B7, B0 and 28. RGB value is (183,176,40). Sum of RGB (Red+Green+Blue) = 183+176+40=399 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.86% from 399); Green value is 176 (69.14% from 255 or 44.11% from 399); Blue value is 40 (16.02% from 255 or 10.03% from 399); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B028 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7B028 is #484FD7. Grayscale: #A3A3A3. Windows color (decimal): -4739032 or 2666679. OLE color: 2666679.

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

Color convert

RGB18317640-
CMYK00.040.780.28
HSL57.06º64.13%43.73%-
HSV(B)57.06º78.14%71.76%-
XYZ35.4441.278.11-
YUV162.5958.82142.56-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.86%
GREEN value IS 176 (69.14% from 255) = 44.11%
BLUE value IS 40 (16.02% from 255) = 10.03%
R=45.86%
G=44.11%
B=10.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.78
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831764000.040.780.2857.0664.1343.73
HexB7B028044E1C39402c
Octal2672605004116347110054
Binary101101111011000010100001001001110111001110011000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B028; }

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

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

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

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

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

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

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

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