#B5B728

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

Shades of Earls Green #B5B728

Tints of Earls Green #B5B728

Color information

#B5B728 (or 0xB5B728) is unknown color: approx Earls Green. HEX triplet: B5, B7 and 28. RGB value is (181,183,40). Sum of RGB (Red+Green+Blue) = 181+183+40=404 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.80% from 404); Green value is 183 (71.88% from 255 or 45.30% from 404); Blue value is 40 (16.02% from 255 or 9.90% from 404); Max value from RGB is 183 - color contains mainly: green. Hex color #B5B728 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5B728 is #4A48D7. Grayscale: #A6A6A6. Windows color (decimal): -4868312 or 2668469. OLE color: 2668469.

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

Color convert

RGB18118340-
CMYK0.0100.780.28
HSL60.84º64.13%43.73%-
HSV(B)60.84º78.14%71.76%-
XYZ36.3743.848.55-
YUV166.156.84138.63-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.80%
GREEN value IS 183 (71.88% from 255) = 45.30%
BLUE value IS 40 (16.02% from 255) = 9.90%
R=44.80%
G=45.30%
B=9.90%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal181183400.0100.780.2860.8464.1343.73
HexB5B728104E1C3d402c
Octal2652675010116347510054
Binary1011010110110111101000101001110111001111011000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B728; }

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

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

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

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

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

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

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

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