#AABB70

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

Shades of Caper #AABB70

Tints of Caper #AABB70

Color information

#AABB70 (or 0xAABB70) is unknown color: approx Caper. HEX triplet: AA, BB and 70. RGB value is (170,187,112). Sum of RGB (Red+Green+Blue) = 170+187+112=469 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.25% from 469); Green value is 187 (73.44% from 255 or 39.87% from 469); Blue value is 112 (44.14% from 255 or 23.88% from 469); Max value from RGB is 187 - color contains mainly: green. Hex color #AABB70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AABB70 is #55448F. Grayscale: #ADADAD. Windows color (decimal): -5588112 or 7388074. OLE color: 7388074.

HSL color Cylindrical-coordinate representation of color #AABB70: hue angle of 73.6º degrees, saturation: 0.36, 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 #AABB70 is Cyan = 0.09, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB170187112-
CMYK0.0900.400.27
HSL73.6º35.55%58.63%-
HSV(B)73.6º40.11%73.33%-
XYZ37.2745.2622.1-
YUV173.3793.37125.6-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.25%
GREEN value IS 187 (73.44% from 255) = 39.87%
BLUE value IS 112 (44.14% from 255) = 23.88%
R=36.25%
G=39.87%
B=23.88%

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
Decimal1701871120.0900.400.2773.635.5558.63
HexAABB7090281B4a243b
Octal25227316011050331124473
Binary1010101010111011111000010010101000110111001010100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABB70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABB70; }

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

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

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

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

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

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

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

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