#ACBB70

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

Shades of Caper #ACBB70

Tints of Caper #ACBB70

Color information

#ACBB70 (or 0xACBB70) is unknown color: approx Caper. HEX triplet: AC, BB and 70. RGB value is (172,187,112). Sum of RGB (Red+Green+Blue) = 172+187+112=471 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.52% from 471); Green value is 187 (73.44% from 255 or 39.70% from 471); Blue value is 112 (44.14% from 255 or 23.78% from 471); Max value from RGB is 187 - color contains mainly: green. Hex color #ACBB70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACBB70 is #53448F. Grayscale: #AEAEAE. Windows color (decimal): -5457040 or 7388076. OLE color: 7388076.

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

Color convert

RGB172187112-
CMYK0.0800.400.27
HSL72º35.55%58.63%-
HSV(B)72º40.11%73.33%-
XYZ37.7145.4822.12-
YUV173.9693.03126.6-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.52%
GREEN value IS 187 (73.44% from 255) = 39.70%
BLUE value IS 112 (44.14% from 255) = 23.78%
R=36.52%
G=39.70%
B=23.78%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1721871120.0800.400.277235.5558.63
HexACBB7080281B48243b
Octal25427316010050331104473
Binary1010110010111011111000010000101000110111001000100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBB70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBB70; }

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

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

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

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

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

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

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

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