Html Css Color HEX #AABC6F Caper

📋 copy color: '#AABC6F'

red 170 ◦ green 188 ◦ blue 111

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

Shades of Caper #AABC6F

Tints of Caper #AABC6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 23.67%

R = 36.25%
G = 40.09%
B = 23.67%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#AABC6F (or 0xAABC6F) is known color: Caper. HEX triplet: AA, BC and 6F. RGB value is (170,188,111). Sum of RGB (Red+Green+Blue) = 170+188+111=469 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.25% from 469); Green value is 188 (73.83% from 255 or 40.09% from 469); Blue value is 111 (43.75% from 255 or 23.67% from 469); Max value from RGB is 188 - color contains mainly: green. Hex color #AABC6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AABC6F is #554390. Grayscale: #AEAEAE. Windows color (decimal): -5587857 or 7322794. OLE color: 7322794.

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

Color convert

RGB 170 188 111 -
CMYK 0.10 0 0.41 0.26
HSL 74.03º 0.36% 0.59% -
HSV(B) 74.03º 0.41% 0.74% -
XYZ 37.43 45.66 21.88 -
YUV 173.84 92.54 125.26 -
System Red Green Blue C M Y K H S L
Decimal 170 188 111 0.10 0 0.41 0.26 74.03 0.36 0.59
Hex AA BC 6F A 0 29 1A 4A 24 3B
Octal 252 274 157 12 0 51 32 112 44 73
Binary 10101010 10111100 1101111 1010 0 101001 11010 1001010 100100 111011

Color Harmonies of #AABC6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABC6F

Black with #AABC6F

Text Example


Text Example

White with #AABC6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABC6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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