Html Css Color HEX #AABD84 Caper

📋 copy color: '#AABD84'

red 170 ◦ green 189 ◦ blue 132

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

Shades of Caper #AABD84

Tints of Caper #AABD84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 26.88%

R = 34.62%
G = 38.49%
B = 26.88%

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

#AABD84 (or 0xAABD84) is known color: Caper. HEX triplet: AA, BD and 84. RGB value is (170,189,132). Sum of RGB (Red+Green+Blue) = 170+189+132=491 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.62% from 491); Green value is 189 (74.22% from 255 or 38.49% from 491); Blue value is 132 (51.95% from 255 or 26.88% from 491); Max value from RGB is 189 - color contains mainly: green. Hex color #AABD84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABD84 is #55427B. Grayscale: #B1B1B1. Windows color (decimal): -5587580 or 8699306. OLE color: 8699306.

HSL color Cylindrical-coordinate representation of color #AABD84: hue angle of 80º 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 #AABD84 is Cyan = 0.10, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.26.

Color convert

RGB 170 189 132 -
CMYK 0.10 0 0.30 0.26
HSL 80º 0.3% 0.63% -
HSV(B) 80º 0.3% 0.74% -
XYZ 38.94 46.61 28.77 -
YUV 176.82 102.71 123.13 -
System Red Green Blue C M Y K H S L
Decimal 170 189 132 0.10 0 0.30 0.26 80 0.3 0.63
Hex AA BD 84 A 0 1E 1A 50 1E 3F
Octal 252 275 204 12 0 36 32 120 36 77
Binary 10101010 10111101 10000100 1010 0 11110 11010 1010000 11110 111111

Color Harmonies of #AABD84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABD84

Black with #AABD84

Text Example


Text Example

White with #AABD84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABD84; }

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

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

background-color css

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

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

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

border-color css

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

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

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