#ACB15B

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

Shades of Olive Green #ACB15B

Tints of Olive Green #ACB15B

Color information

#ACB15B (or 0xACB15B) is unknown color: approx Olive Green. HEX triplet: AC, B1 and 5B. RGB value is (172,177,91). Sum of RGB (Red+Green+Blue) = 172+177+91=440 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.09% from 440); Green value is 177 (69.53% from 255 or 40.23% from 440); Blue value is 91 (35.94% from 255 or 20.68% from 440); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB15B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB15B is #534EA4. Grayscale: #A6A6A6. Windows color (decimal): -5459621 or 6009260. OLE color: 6009260.

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

Color convert

RGB17217791-
CMYK0.0300.490.31
HSL63.49º35.54%52.55%-
HSV(B)63.49º48.59%69.41%-
XYZ34.6240.9715.98-
YUV165.785.84132.49-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.09%
GREEN value IS 177 (69.53% from 255) = 40.23%
BLUE value IS 91 (35.94% from 255) = 20.68%
R=39.09%
G=40.23%
B=20.68%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal172177910.0300.490.3163.4935.5452.55
HexACB15B30311F3f2435
Octal254261133306137774465
Binary1010110010110001101101111011000111111111111100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB15B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB15B; }

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

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

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

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

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

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

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

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