#AABD76

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

Shades of Caper #AABD76

Tints of Caper #AABD76

Color information

#AABD76 (or 0xAABD76) is unknown color: approx Caper. HEX triplet: AA, BD and 76. RGB value is (170,189,118). Sum of RGB (Red+Green+Blue) = 170+189+118=477 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.64% from 477); Green value is 189 (74.22% from 255 or 39.62% from 477); Blue value is 118 (46.48% from 255 or 24.74% from 477); Max value from RGB is 189 - color contains mainly: green. Hex color #AABD76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AABD76 is #554289. Grayscale: #AFAFAF. Windows color (decimal): -5587594 or 7781802. OLE color: 7781802.

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

Color convert

RGB170189118-
CMYK0.1000.380.26
HSL76.06º34.98%60.2%-
HSV(B)76.06º37.57%74.12%-
XYZ38.0546.2524.06-
YUV175.2295.71124.27-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.64%
GREEN value IS 189 (74.22% from 255) = 39.62%
BLUE value IS 118 (46.48% from 255) = 24.74%
R=35.64%
G=39.62%
B=24.74%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1701891180.1000.380.2676.0634.9860.2
HexAABD76A0261A4c233c
Octal25227516612046321144374
Binary1010101010111101111011010100100110110101001100100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABD76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABD76; }

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

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

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

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

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

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

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

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