Html Css Color HEX #AABF7C Caper

📋 copy color: '#AABF7C'

red 170 ◦ green 191 ◦ blue 124

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

Shades of Caper #AABF7C

Tints of Caper #AABF7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 25.57%

R = 35.05%
G = 39.38%
B = 25.57%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#AABF7C (or 0xAABF7C) is known color: Caper. HEX triplet: AA, BF and 7C. RGB value is (170,191,124). Sum of RGB (Red+Green+Blue) = 170+191+124=485 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.05% from 485); Green value is 191 (75% from 255 or 39.38% from 485); Blue value is 124 (48.83% from 255 or 25.57% from 485); Max value from RGB is 191 - color contains mainly: green. Hex color #AABF7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AABF7C is #554083. Grayscale: #B1B1B1. Windows color (decimal): -5587076 or 8175530. OLE color: 8175530.

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

Color convert

RGB 170 191 124 -
CMYK 0.11 0 0.35 0.25
HSL 78.81º 0.34% 0.62% -
HSV(B) 78.81º 0.35% 0.75% -
XYZ 38.85 47.26 26.14 -
YUV 177.08 98.04 122.95 -
System Red Green Blue C M Y K H S L
Decimal 170 191 124 0.11 0 0.35 0.25 78.81 0.34 0.62
Hex AA BF 7C B 0 23 19 4F 22 3E
Octal 252 277 174 13 0 43 31 117 42 76
Binary 10101010 10111111 1111100 1011 0 100011 11001 1001111 100010 111110

Color Harmonies of #AABF7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABF7C

Black with #AABF7C

Text Example


Text Example

White with #AABF7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABF7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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