Html Css Color HEX #AABC7E Caper

📋 copy color: '#AABC7E'

red 170 ◦ green 188 ◦ blue 126

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

Shades of Caper #AABC7E

Tints of Caper #AABC7E

RGB

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

 GREEN value IS 188 (73.83% from 255) = 38.84%

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

R = 35.12%
G = 38.84%
B = 26.03%

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

#AABC7E (or 0xAABC7E) is known color: Caper. HEX triplet: AA, BC and 7E. RGB value is (170,188,126). Sum of RGB (Red+Green+Blue) = 170+188+126=484 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.12% from 484); Green value is 188 (73.83% from 255 or 38.84% from 484); Blue value is 126 (49.61% from 255 or 26.03% from 484); Max value from RGB is 188 - color contains mainly: green. Hex color #AABC7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AABC7E is #554381. Grayscale: #AFAFAF. Windows color (decimal): -5587842 or 8305834. OLE color: 8305834.

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

Color convert

RGB 170 188 126 -
CMYK 0.10 0 0.33 0.26
HSL 77.42º 0.32% 0.62% -
HSV(B) 77.42º 0.33% 0.74% -
XYZ 38.33 46.02 26.6 -
YUV 175.55 100.04 124.04 -
System Red Green Blue C M Y K H S L
Decimal 170 188 126 0.10 0 0.33 0.26 77.42 0.32 0.62
Hex AA BC 7E A 0 21 1A 4D 20 3E
Octal 252 274 176 12 0 41 32 115 40 76
Binary 10101010 10111100 1111110 1010 0 100001 11010 1001101 100000 111110

Color Harmonies of #AABC7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABC7E

Black with #AABC7E

Text Example


Text Example

White with #AABC7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABC7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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