#B4AB28

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

Shades of Earls Green #B4AB28

Tints of Earls Green #B4AB28

Color information

#B4AB28 (or 0xB4AB28) is unknown color: approx Earls Green. HEX triplet: B4, AB and 28. RGB value is (180,171,40). Sum of RGB (Red+Green+Blue) = 180+171+40=391 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.04% from 391); Green value is 171 (67.19% from 255 or 43.73% from 391); Blue value is 40 (16.02% from 255 or 10.23% from 391); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AB28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4AB28 is #4B54D7. Grayscale: #9F9F9F. Windows color (decimal): -4936920 or 2665396. OLE color: 2665396.

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

Color convert

RGB18017140-
CMYK00.050.780.29
HSL56.14º63.64%43.14%-
HSV(B)56.14º77.78%70.59%-
XYZ33.7738.987.75-
YUV158.7660.98143.15-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.04%
GREEN value IS 171 (67.19% from 255) = 43.73%
BLUE value IS 40 (16.02% from 255) = 10.23%
R=46.04%
G=43.73%
B=10.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.78
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801714000.050.780.2956.1463.6443.14
HexB4AB28054E1D38402b
Octal2642535005116357010053
Binary101101001010101110100001011001110111011110001000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AB28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AB28; }

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

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

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

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

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

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

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

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