#B4AF28

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

Shades of Earls Green #B4AF28

Tints of Earls Green #B4AF28

Color information

#B4AF28 (or 0xB4AF28) is unknown color: approx Earls Green. HEX triplet: B4, AF and 28. RGB value is (180,175,40). Sum of RGB (Red+Green+Blue) = 180+175+40=395 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.57% from 395); Green value is 175 (68.75% from 255 or 44.30% from 395); Blue value is 40 (16.02% from 255 or 10.13% from 395); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AF28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4AF28 is #4B50D7. Grayscale: #A1A1A1. Windows color (decimal): -4935896 or 2666420. OLE color: 2666420.

HSL color Cylindrical-coordinate representation of color #B4AF28: hue angle of 57.86º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B4AF28 is Cyan = 0, Magento = 0.03, Yellow = 0.78 and Black (K on CMYK) = 0.29.

Color convert

RGB18017540-
CMYK00.030.780.29
HSL57.86º63.64%43.14%-
HSV(B)57.86º77.78%70.59%-
XYZ34.5440.528.01-
YUV161.159.66141.48-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.57%
GREEN value IS 175 (68.75% from 255) = 44.30%
BLUE value IS 40 (16.02% from 255) = 10.13%
R=45.57%
G=44.30%
B=10.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.78
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801754000.030.780.2957.8663.6443.14
HexB4AF28034E1D3a402b
Octal2642575003116357210053
Binary10110100101011111010000111001110111011110101000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AF28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AF28; }

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

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

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

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

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

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

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

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