#AABC76

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

Shades of Caper #AABC76

Tints of Caper #AABC76

Color information

#AABC76 (or 0xAABC76) is unknown color: approx Caper. HEX triplet: AA, BC and 76. RGB value is (170,188,118). Sum of RGB (Red+Green+Blue) = 170+188+118=476 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.71% from 476); Green value is 188 (73.83% from 255 or 39.50% from 476); Blue value is 118 (46.48% from 255 or 24.79% from 476); Max value from RGB is 188 - color contains mainly: green. Hex color #AABC76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AABC76 is #554389. Grayscale: #AEAEAE. Windows color (decimal): -5587850 or 7781546. OLE color: 7781546.

HSL color Cylindrical-coordinate representation of color #AABC76: hue angle of 75.43º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AABC76 is Cyan = 0.10, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.26.

Color convert

RGB170188118-
CMYK0.1000.370.26
HSL75.43º34.31%60%-
HSV(B)75.43º37.23%73.73%-
XYZ37.8345.8223.99-
YUV174.6496.04124.69-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.71%
GREEN value IS 188 (73.83% from 255) = 39.50%
BLUE value IS 118 (46.48% from 255) = 24.79%
R=35.71%
G=39.50%
B=24.79%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1701881180.1000.370.2675.4334.3160
HexAABC76A0251A4b223c
Octal25227416612045321134274
Binary1010101010111100111011010100100101110101001011100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABC76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABC76; }

 p { color: rgb(170,188,118); }

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

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

 a { background-color: rgb(170,188,118); }

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

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

 span { border-color: rgb(170,188,118); }

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