#AABB82

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

Shades of Caper #AABB82

Tints of Caper #AABB82

Color information

#AABB82 (or 0xAABB82) is unknown color: approx Caper. HEX triplet: AA, BB and 82. RGB value is (170,187,130). Sum of RGB (Red+Green+Blue) = 170+187+130=487 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.91% from 487); Green value is 187 (73.44% from 255 or 38.40% from 487); Blue value is 130 (51.17% from 255 or 26.69% from 487); Max value from RGB is 187 - color contains mainly: green. Hex color #AABB82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABB82 is #55447D. Grayscale: #AFAFAF. Windows color (decimal): -5588094 or 8567722. OLE color: 8567722.

HSL color Cylindrical-coordinate representation of color #AABB82: hue angle of 77.89º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AABB82 is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB170187130-
CMYK0.0900.300.27
HSL77.89º29.53%62.16%-
HSV(B)77.89º30.48%73.33%-
XYZ38.3845.727.92-
YUV175.42102.37124.13-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.91%
GREEN value IS 187 (73.44% from 255) = 38.40%
BLUE value IS 130 (51.17% from 255) = 26.69%
R=34.91%
G=38.40%
B=26.69%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701871300.0900.300.2777.8929.5362.16
HexAABB82901E1B4e1e3e
Octal25227320211036331163676
Binary101010101011101110000010100101111011011100111011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABB82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABB82; }

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

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

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

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

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

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

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

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