Html Css Color HEX #AABF6B Caper

📋 copy color: '#AABF6B'

red 170 ◦ green 191 ◦ blue 107

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

Shades of Caper #AABF6B

Tints of Caper #AABF6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 22.86%

R = 36.32%
G = 40.81%
B = 22.86%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#AABF6B (or 0xAABF6B) is known color: Caper. HEX triplet: AA, BF and 6B. RGB value is (170,191,107). Sum of RGB (Red+Green+Blue) = 170+191+107=468 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.32% from 468); Green value is 191 (75% from 255 or 40.81% from 468); Blue value is 107 (42.19% from 255 or 22.86% from 468); Max value from RGB is 191 - color contains mainly: green. Hex color #AABF6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AABF6B is #554094. Grayscale: #AFAFAF. Windows color (decimal): -5587093 or 7061418. OLE color: 7061418.

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

Color convert

RGB 170 191 107 -
CMYK 0.11 0 0.44 0.25
HSL 75º 0.4% 0.58% -
HSV(B) 75º 0.44% 0.75% -
XYZ 37.86 46.87 20.96 -
YUV 175.15 89.54 124.33 -
System Red Green Blue C M Y K H S L
Decimal 170 191 107 0.11 0 0.44 0.25 75 0.4 0.58
Hex AA BF 6B B 0 2C 19 4B 28 3A
Octal 252 277 153 13 0 54 31 113 50 72
Binary 10101010 10111111 1101011 1011 0 101100 11001 1001011 101000 111010

Color Harmonies of #AABF6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABF6B

Black with #AABF6B

Text Example


Text Example

White with #AABF6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABF6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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