#AABB71

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

Shades of Caper #AABB71

Tints of Caper #AABB71

Color information

#AABB71 (or 0xAABB71) is unknown color: approx Caper. HEX triplet: AA, BB and 71. RGB value is (170,187,113). Sum of RGB (Red+Green+Blue) = 170+187+113=470 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.17% from 470); Green value is 187 (73.44% from 255 or 39.79% from 470); Blue value is 113 (44.53% from 255 or 24.04% from 470); Max value from RGB is 187 - color contains mainly: green. Hex color #AABB71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AABB71 is #55448E. Grayscale: #ADADAD. Windows color (decimal): -5588111 or 7453610. OLE color: 7453610.

HSL color Cylindrical-coordinate representation of color #AABB71: hue angle of 73.78º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AABB71 is Cyan = 0.09, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB170187113-
CMYK0.0900.400.27
HSL73.78º35.24%58.82%-
HSV(B)73.78º39.57%73.33%-
XYZ37.3345.2822.4-
YUV173.4893.87125.52-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.17%
GREEN value IS 187 (73.44% from 255) = 39.79%
BLUE value IS 113 (44.53% from 255) = 24.04%
R=36.17%
G=39.79%
B=24.04%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701871130.0900.400.2773.7835.2458.82
HexAABB7190281B4a233b
Octal25227316111050331124373
Binary1010101010111011111000110010101000110111001010100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABB71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABB71; }

 p { color: rgb(170,187,113); }

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

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

 a { background-color: rgb(170,187,113); }

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

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

 span { border-color: rgb(170,187,113); }

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