#ACB131

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

Shades of Earls Green #ACB131

Tints of Earls Green #ACB131

Color information

#ACB131 (or 0xACB131) is unknown color: approx Earls Green. HEX triplet: AC, B1 and 31. RGB value is (172,177,49). Sum of RGB (Red+Green+Blue) = 172+177+49=398 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.22% from 398); Green value is 177 (69.53% from 255 or 44.47% from 398); Blue value is 49 (19.53% from 255 or 12.31% from 398); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB131 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACB131 is #534ECE. Grayscale: #A1A1A1. Windows color (decimal): -5459663 or 3256748. OLE color: 3256748.

HSL color Cylindrical-coordinate representation of color #ACB131: hue angle of 62.34º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ACB131 is Cyan = 0.03, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.31.

Color convert

RGB17217749-
CMYK0.0300.720.31
HSL62.34º56.64%44.31%-
HSV(B)62.34º72.32%69.41%-
XYZ33.2940.448.96-
YUV160.9164.84135.91-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.22%
GREEN value IS 177 (69.53% from 255) = 44.47%
BLUE value IS 49 (19.53% from 255) = 12.31%
R=43.22%
G=44.47%
B=12.31%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal172177490.0300.720.3162.3456.6444.31
HexACB13130481F3e392c
Octal254261613011037767154
Binary1010110010110001110001110100100011111111110111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB131; }

 p { color: rgb(172,177,49); }

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

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

 a { background-color: rgb(172,177,49); }

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

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

 span { border-color: rgb(172,177,49); }

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