#ACBC70

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

Shades of Caper #ACBC70

Tints of Caper #ACBC70

Color information

#ACBC70 (or 0xACBC70) is unknown color: approx Caper. HEX triplet: AC, BC and 70. RGB value is (172,188,112). Sum of RGB (Red+Green+Blue) = 172+188+112=472 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.44% from 472); Green value is 188 (73.83% from 255 or 39.83% from 472); Blue value is 112 (44.14% from 255 or 23.73% from 472); Max value from RGB is 188 - color contains mainly: green. Hex color #ACBC70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACBC70 is #53438F. Grayscale: #AEAEAE. Windows color (decimal): -5456784 or 7388332. OLE color: 7388332.

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

Color convert

RGB172188112-
CMYK0.0900.400.26
HSL72.63º36.19%58.82%-
HSV(B)72.63º40.43%73.73%-
XYZ37.9245.9122.19-
YUV174.5592.7126.18-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.44%
GREEN value IS 188 (73.83% from 255) = 39.83%
BLUE value IS 112 (44.14% from 255) = 23.73%
R=36.44%
G=39.83%
B=23.73%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1721881120.0900.400.2672.6336.1958.82
HexACBC7090281A49243b
Octal25427416011050321114473
Binary1010110010111100111000010010101000110101001001100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBC70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBC70; }

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

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

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

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

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

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

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

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