Html Css Color HEX #AABD6E Caper

📋 copy color: '#AABD6E'

red 170 ◦ green 189 ◦ blue 110

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

Shades of Caper #AABD6E

Tints of Caper #AABD6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 23.45%

R = 36.25%
G = 40.3%
B = 23.45%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.42

 K value IS 0.26

RGB Variations

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

Color information

#AABD6E (or 0xAABD6E) is known color: Caper. HEX triplet: AA, BD and 6E. RGB value is (170,189,110). Sum of RGB (Red+Green+Blue) = 170+189+110=469 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.25% from 469); Green value is 189 (74.22% from 255 or 40.30% from 469); Blue value is 110 (43.36% from 255 or 23.45% from 469); Max value from RGB is 189 - color contains mainly: green. Hex color #AABD6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AABD6E is #554291. Grayscale: #AEAEAE. Windows color (decimal): -5587602 or 7257514. OLE color: 7257514.

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

Color convert

RGB 170 189 110 -
CMYK 0.10 0 0.42 0.26
HSL 74.43º 0.37% 0.59% -
HSV(B) 74.43º 0.42% 0.74% -
XYZ 37.59 46.07 21.66 -
YUV 174.31 91.71 124.92 -
System Red Green Blue C M Y K H S L
Decimal 170 189 110 0.10 0 0.42 0.26 74.43 0.37 0.59
Hex AA BD 6E A 0 2A 1A 4A 25 3B
Octal 252 275 156 12 0 52 32 112 45 73
Binary 10101010 10111101 1101110 1010 0 101010 11010 1001010 100101 111011

Color Harmonies of #AABD6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABD6E

Black with #AABD6E

Text Example


Text Example

White with #AABD6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABD6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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