#AACB6F

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

Shades of Caper #AACB6F

Tints of Caper #AACB6F

Color information

#AACB6F (or 0xAACB6F) is unknown color: approx Caper. HEX triplet: AA, CB and 6F. RGB value is (170,203,111). Sum of RGB (Red+Green+Blue) = 170+203+111=484 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.12% from 484); Green value is 203 (79.69% from 255 or 41.94% from 484); Blue value is 111 (43.75% from 255 or 22.93% from 484); Max value from RGB is 203 - color contains mainly: green. Hex color #AACB6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AACB6F is #553490. Grayscale: #B6B6B6. Windows color (decimal): -5584017 or 7326634. OLE color: 7326634.

HSL color Cylindrical-coordinate representation of color #AACB6F: hue angle of 81.52º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AACB6F is Cyan = 0.16, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.20.

Color convert

RGB170203111-
CMYK0.1600.450.20
HSL81.52º46.94%61.57%-
HSV(B)81.52º45.32%79.61%-
XYZ40.852.4123-
YUV182.6487.57118.98-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.12%
GREEN value IS 203 (79.69% from 255) = 41.94%
BLUE value IS 111 (43.75% from 255) = 22.93%
R=35.12%
G=41.94%
B=22.93%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1702031110.1600.450.2081.5246.9461.57
HexAACB6F1002D14522f3e
Octal25231315720055241225776
Binary10101010110010111101111100000101101101001010010101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACB6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACB6F; }

 p { color: rgb(170,203,111); }

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

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

 a { background-color: rgb(170,203,111); }

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

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

 span { border-color: rgb(170,203,111); }

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