#ACBC61

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

Shades of Olive Green #ACBC61

Tints of Olive Green #ACBC61

Color information

#ACBC61 (or 0xACBC61) is unknown color: approx Olive Green. HEX triplet: AC, BC and 61. RGB value is (172,188,97). Sum of RGB (Red+Green+Blue) = 172+188+97=457 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.64% from 457); Green value is 188 (73.83% from 255 or 41.14% from 457); Blue value is 97 (38.28% from 255 or 21.23% from 457); Max value from RGB is 188 - color contains mainly: green. Hex color #ACBC61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACBC61 is #53439E. Grayscale: #ADADAD. Windows color (decimal): -5456799 or 6405292. OLE color: 6405292.

HSL color Cylindrical-coordinate representation of color #ACBC61: hue angle of 70.55º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ACBC61 is Cyan = 0.09, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.26.

Color convert

RGB17218897-
CMYK0.0900.480.26
HSL70.55º40.44%55.88%-
HSV(B)70.55º48.4%73.73%-
XYZ37.1545.618.15-
YUV172.8485.2127.4-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.64%
GREEN value IS 188 (73.83% from 255) = 41.14%
BLUE value IS 97 (38.28% from 255) = 21.23%
R=37.64%
G=41.14%
B=21.23%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal172188970.0900.480.2670.5540.4455.88
HexACBC6190301A472838
Octal25427414111060321075070
Binary1010110010111100110000110010110000110101000111101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBC61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBC61; }

 p { color: rgb(172,188,97); }

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

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

 a { background-color: rgb(172,188,97); }

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

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

 span { border-color: rgb(172,188,97); }

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