#AABD74

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

Shades of Caper #AABD74

Tints of Caper #AABD74

Color information

#AABD74 (or 0xAABD74) is unknown color: approx Caper. HEX triplet: AA, BD and 74. RGB value is (170,189,116). Sum of RGB (Red+Green+Blue) = 170+189+116=475 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.79% from 475); Green value is 189 (74.22% from 255 or 39.79% from 475); Blue value is 116 (45.70% from 255 or 24.42% from 475); Max value from RGB is 189 - color contains mainly: green. Hex color #AABD74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AABD74 is #55428B. Grayscale: #AFAFAF. Windows color (decimal): -5587596 or 7650730. OLE color: 7650730.

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

Color convert

RGB170189116-
CMYK0.1000.390.26
HSL75.62º35.61%59.8%-
HSV(B)75.62º38.62%74.12%-
XYZ37.9346.223.44-
YUV17594.71124.44-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.79%
GREEN value IS 189 (74.22% from 255) = 39.79%
BLUE value IS 116 (45.70% from 255) = 24.42%
R=35.79%
G=39.79%
B=24.42%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1701891160.1000.390.2675.6235.6159.8
HexAABD74A0271A4c243c
Octal25227516412047321144474
Binary1010101010111101111010010100100111110101001100100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABD74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABD74; }

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

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

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

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

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

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

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

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