Html Css Color HEX #AABF7E Caper

📋 copy color: '#AABF7E'

red 170 ◦ green 191 ◦ blue 126

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

Shades of Caper #AABF7E

Tints of Caper #AABF7E

RGB

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

 GREEN value IS 191 (75% from 255) = 39.22%

 BLUE value IS 126 (49.61% from 255) = 25.87%

R = 34.91%
G = 39.22%
B = 25.87%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#AABF7E (or 0xAABF7E) is known color: Caper. HEX triplet: AA, BF and 7E. RGB value is (170,191,126). Sum of RGB (Red+Green+Blue) = 170+191+126=487 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.91% from 487); Green value is 191 (75% from 255 or 39.22% from 487); Blue value is 126 (49.61% from 255 or 25.87% from 487); Max value from RGB is 191 - color contains mainly: green. Hex color #AABF7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AABF7E is #554081. Grayscale: #B1B1B1. Windows color (decimal): -5587074 or 8306602. OLE color: 8306602.

HSL color Cylindrical-coordinate representation of color #AABF7E: hue angle of 79.38º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AABF7E is Cyan = 0.11, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB 170 191 126 -
CMYK 0.11 0 0.34 0.25
HSL 79.38º 0.34% 0.62% -
HSV(B) 79.38º 0.34% 0.75% -
XYZ 38.97 47.31 26.82 -
YUV 177.31 99.04 122.79 -
System Red Green Blue C M Y K H S L
Decimal 170 191 126 0.11 0 0.34 0.25 79.38 0.34 0.62
Hex AA BF 7E B 0 22 19 4F 22 3E
Octal 252 277 176 13 0 42 31 117 42 76
Binary 10101010 10111111 1111110 1011 0 100010 11001 1001111 100010 111110

Color Harmonies of #AABF7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABF7E

Black with #AABF7E

Text Example


Text Example

White with #AABF7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABF7E; }

 p { color: rgb(170,191,126); }

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

background-color css

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

 a { background-color: rgb(170,191,126); }

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

border-color css

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

 span { border-color: rgb(170,191,126); }

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