#B4B728

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

Shades of Earls Green #B4B728

Tints of Earls Green #B4B728

Color information

#B4B728 (or 0xB4B728) is unknown color: approx Earls Green. HEX triplet: B4, B7 and 28. RGB value is (180,183,40). Sum of RGB (Red+Green+Blue) = 180+183+40=403 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.67% from 403); Green value is 183 (71.88% from 255 or 45.41% from 403); Blue value is 40 (16.02% from 255 or 9.93% from 403); Max value from RGB is 183 - color contains mainly: green. Hex color #B4B728 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4B728 is #4B48D7. Grayscale: #A6A6A6. Windows color (decimal): -4933848 or 2668468. OLE color: 2668468.

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

Color convert

RGB18018340-
CMYK0.0200.780.28
HSL61.26º64.13%43.73%-
HSV(B)61.26º78.14%71.76%-
XYZ36.1443.728.54-
YUV165.857.01138.13-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.67%
GREEN value IS 183 (71.88% from 255) = 45.41%
BLUE value IS 40 (16.02% from 255) = 9.93%
R=44.67%
G=45.41%
B=9.93%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal180183400.0200.780.2861.2664.1343.73
HexB4B728204E1C3d402c
Octal2642675020116347510054
Binary10110100101101111010001001001110111001111011000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B728; }

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

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

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

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

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

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

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

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