Html Css Color HEX #AABF85 Caper

📋 copy color: '#AABF85'

red 170 ◦ green 191 ◦ blue 133

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

Shades of Caper #AABF85

Tints of Caper #AABF85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 26.92%

R = 34.41%
G = 38.66%
B = 26.92%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.30

 K value IS 0.25

RGB Variations

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

Color information

#AABF85 (or 0xAABF85) is known color: Caper. HEX triplet: AA, BF and 85. RGB value is (170,191,133). Sum of RGB (Red+Green+Blue) = 170+191+133=494 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.41% from 494); Green value is 191 (75% from 255 or 38.66% from 494); Blue value is 133 (52.34% from 255 or 26.92% from 494); Max value from RGB is 191 - color contains mainly: green. Hex color #AABF85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABF85 is #55407A. Grayscale: #B2B2B2. Windows color (decimal): -5587067 or 8765354. OLE color: 8765354.

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

Color convert

RGB 170 191 133 -
CMYK 0.11 0 0.30 0.25
HSL 81.72º 0.31% 0.64% -
HSV(B) 81.72º 0.3% 0.75% -
XYZ 39.44 47.5 29.28 -
YUV 178.11 102.54 122.22 -
System Red Green Blue C M Y K H S L
Decimal 170 191 133 0.11 0 0.30 0.25 81.72 0.31 0.64
Hex AA BF 85 B 0 1E 19 52 1F 40
Octal 252 277 205 13 0 36 31 122 37 100
Binary 10101010 10111111 10000101 1011 0 11110 11001 1010010 11111 1000000

Color Harmonies of #AABF85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABF85

Black with #AABF85

Text Example


Text Example

White with #AABF85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABF85; }

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

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

background-color css

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

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

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

border-color css

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

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

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