#B7B526

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

Shades of Earls Green #B7B526

Tints of Earls Green #B7B526

Color information

#B7B526 (or 0xB7B526) is unknown color: approx Earls Green. HEX triplet: B7, B5 and 26. RGB value is (183,181,38). Sum of RGB (Red+Green+Blue) = 183+181+38=402 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.52% from 402); Green value is 181 (71.09% from 255 or 45.02% from 402); Blue value is 38 (15.23% from 255 or 9.45% from 402); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B526 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7B526 is #484AD9. Grayscale: #A5A5A5. Windows color (decimal): -4737754 or 2536887. OLE color: 2536887.

HSL color Cylindrical-coordinate representation of color #B7B526: hue angle of 59.17º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B7B526 is Cyan = 0, Magento = 0.01, Yellow = 0.79 and Black (K on CMYK) = 0.28.

Color convert

RGB18318138-
CMYK00.010.790.28
HSL59.17º65.61%43.33%-
HSV(B)59.17º79.23%71.76%-
XYZ36.443.258.26-
YUV165.356.16140.63-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.52%
GREEN value IS 181 (71.09% from 255) = 45.02%
BLUE value IS 38 (15.23% from 255) = 9.45%
R=45.52%
G=45.02%
B=9.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.79
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831813800.010.790.2859.1765.6143.33
HexB7B526014F1C3b422b
Octal2672654601117347310253
Binary1011011110110101100110011001111111001110111000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B526; }

 p { color: rgb(183,181,38); }

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

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

 a { background-color: rgb(183,181,38); }

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

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

 span { border-color: rgb(183,181,38); }

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