Html Css Color HEX #AABD7F Caper

📋 copy color: '#AABD7F'

red 170 ◦ green 189 ◦ blue 127

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

Shades of Caper #AABD7F

Tints of Caper #AABD7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 26.13%

R = 34.98%
G = 38.89%
B = 26.13%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#AABD7F (or 0xAABD7F) is known color: Caper. HEX triplet: AA, BD and 7F. RGB value is (170,189,127). Sum of RGB (Red+Green+Blue) = 170+189+127=486 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.98% from 486); Green value is 189 (74.22% from 255 or 38.89% from 486); Blue value is 127 (50% from 255 or 26.13% from 486); Max value from RGB is 189 - color contains mainly: green. Hex color #AABD7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AABD7F is #554280. Grayscale: #B0B0B0. Windows color (decimal): -5587585 or 8371626. OLE color: 8371626.

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

Color convert

RGB 170 189 127 -
CMYK 0.10 0 0.33 0.26
HSL 78.39º 0.32% 0.62% -
HSV(B) 78.39º 0.33% 0.74% -
XYZ 38.61 46.47 27.01 -
YUV 176.25 100.21 123.54 -
System Red Green Blue C M Y K H S L
Decimal 170 189 127 0.10 0 0.33 0.26 78.39 0.32 0.62
Hex AA BD 7F A 0 21 1A 4E 20 3E
Octal 252 275 177 12 0 41 32 116 40 76
Binary 10101010 10111101 1111111 1010 0 100001 11010 1001110 100000 111110

Color Harmonies of #AABD7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABD7F

Black with #AABD7F

Text Example


Text Example

White with #AABD7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABD7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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