Html Css Color HEX #AABD85 Caper

📋 copy color: '#AABD85'

red 170 ◦ green 189 ◦ blue 133

#AABD85
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Caper #AABD85

Tints of Caper #AABD85

RGB

 RED value IS 170 (66.8% from 255) = 34.55%

 GREEN value IS 189 (74.22% from 255) = 38.41%

 BLUE value IS 133 (52.34% from 255) = 27.03%

R = 34.55%
G = 38.41%
B = 27.03%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.30

 K value IS 0.26

RGB Variations

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

Color information

#AABD85 (or 0xAABD85) is known color: Caper. HEX triplet: AA, BD and 85. RGB value is (170,189,133). Sum of RGB (Red+Green+Blue) = 170+189+133=492 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.55% from 492); Green value is 189 (74.22% from 255 or 38.41% from 492); Blue value is 133 (52.34% from 255 or 27.03% from 492); Max value from RGB is 189 - color contains mainly: green. Hex color #AABD85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABD85 is #55427A. Grayscale: #B1B1B1. Windows color (decimal): -5587579 or 8764842. OLE color: 8764842.

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

Color convert

RGB 170 189 133 -
CMYK 0.10 0 0.30 0.26
HSL 80.36º 0.3% 0.63% -
HSV(B) 80.36º 0.3% 0.74% -
XYZ 39.01 46.63 29.14 -
YUV 176.94 103.21 123.05 -
System Red Green Blue C M Y K H S L
Decimal 170 189 133 0.10 0 0.30 0.26 80.36 0.3 0.63
Hex AA BD 85 A 0 1E 1A 50 1E 3F
Octal 252 275 205 12 0 36 32 120 36 77
Binary 10101010 10111101 10000101 1010 0 11110 11010 1010000 11110 111111

Color Harmonies of #AABD85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABD85

Black with #AABD85

Text Example


Text Example

White with #AABD85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABD85; }

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

 H1.HeaderClassName
 {
   color: #AABD85;
 }
 .AnyTagClassName
 {
   color: #AABD85;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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