#ACB25B

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

Shades of Olive Green #ACB25B

Tints of Olive Green #ACB25B

Color information

#ACB25B (or 0xACB25B) is unknown color: approx Olive Green. HEX triplet: AC, B2 and 5B. RGB value is (172,178,91). Sum of RGB (Red+Green+Blue) = 172+178+91=441 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.00% from 441); Green value is 178 (69.92% from 255 or 40.36% from 441); Blue value is 91 (35.94% from 255 or 20.63% from 441); Max value from RGB is 178 - color contains mainly: green. Hex color #ACB25B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB25B is #534DA4. Grayscale: #A6A6A6. Windows color (decimal): -5459365 or 6009516. OLE color: 6009516.

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

Color convert

RGB17217891-
CMYK0.0300.490.30
HSL64.14º36.1%52.75%-
HSV(B)64.14º48.88%69.8%-
XYZ34.8241.3716.05-
YUV166.2985.51132.07-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.00%
GREEN value IS 178 (69.92% from 255) = 40.36%
BLUE value IS 91 (35.94% from 255) = 20.63%
R=39.00%
G=40.36%
B=20.63%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal172178910.0300.490.3064.1436.152.75
HexACB25B30311E402435
Octal2542621333061361004465
Binary10101100101100101011011110110001111101000000100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB25B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB25B; }

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

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

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

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

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

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

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

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