#ACB267

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

Shades of Olive Green #ACB267

Tints of Olive Green #ACB267

Color information

#ACB267 (or 0xACB267) is unknown color: approx Olive Green. HEX triplet: AC, B2 and 67. RGB value is (172,178,103). Sum of RGB (Red+Green+Blue) = 172+178+103=453 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.97% from 453); Green value is 178 (69.92% from 255 or 39.29% from 453); Blue value is 103 (40.62% from 255 or 22.74% from 453); Max value from RGB is 178 - color contains mainly: green. Hex color #ACB267 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB267 is #534D98. Grayscale: #A7A7A7. Windows color (decimal): -5459353 or 6795948. OLE color: 6795948.

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

Color convert

RGB172178103-
CMYK0.0300.420.30
HSL64.8º32.75%55.1%-
HSV(B)64.8º42.13%69.8%-
XYZ35.3841.5918.99-
YUV167.6691.51131.1-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.97%
GREEN value IS 178 (69.92% from 255) = 39.29%
BLUE value IS 103 (40.62% from 255) = 22.74%
R=37.97%
G=39.29%
B=22.74%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1721781030.0300.420.3064.832.7555.1
HexACB267302A1E412137
Octal2542621473052361014167
Binary10101100101100101100111110101010111101000001100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB267; }

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

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

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

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

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

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

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

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