#AABC78

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

Shades of Caper #AABC78

Tints of Caper #AABC78

Color information

#AABC78 (or 0xAABC78) is unknown color: approx Caper. HEX triplet: AA, BC and 78. RGB value is (170,188,120). Sum of RGB (Red+Green+Blue) = 170+188+120=478 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.56% from 478); Green value is 188 (73.83% from 255 or 39.33% from 478); Blue value is 120 (47.27% from 255 or 25.10% from 478); Max value from RGB is 188 - color contains mainly: green. Hex color #AABC78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AABC78 is #554387. Grayscale: #AFAFAF. Windows color (decimal): -5587848 or 7912618. OLE color: 7912618.

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

Color convert

RGB170188120-
CMYK0.1000.360.26
HSL75.88º33.66%60.39%-
HSV(B)75.88º36.17%73.73%-
XYZ37.9545.8724.62-
YUV174.8797.04124.53-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.56%
GREEN value IS 188 (73.83% from 255) = 39.33%
BLUE value IS 120 (47.27% from 255) = 25.10%
R=35.56%
G=39.33%
B=25.10%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1701881200.1000.360.2675.8833.6660.39
HexAABC78A0241A4c223c
Octal25227417012044321144274
Binary1010101010111100111100010100100100110101001100100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABC78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABC78; }

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

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

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

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

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

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

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

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