Html Css Color HEX #AABE8A Caper

📋 copy color: '#AABE8A'

red 170 ◦ green 190 ◦ blue 138

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

Shades of Caper #AABE8A

Tints of Caper #AABE8A

RGB

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

 GREEN value IS 190 (74.61% from 255) = 38.15%

 BLUE value IS 138 (54.3% from 255) = 27.71%

R = 34.14%
G = 38.15%
B = 27.71%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#AABE8A (or 0xAABE8A) is known color: Caper. HEX triplet: AA, BE and 8A. RGB value is (170,190,138). Sum of RGB (Red+Green+Blue) = 170+190+138=498 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.14% from 498); Green value is 190 (74.61% from 255 or 38.15% from 498); Blue value is 138 (54.30% from 255 or 27.71% from 498); Max value from RGB is 190 - color contains mainly: green. Hex color #AABE8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABE8A is #554175. Grayscale: #B2B2B2. Windows color (decimal): -5587318 or 9092778. OLE color: 9092778.

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

Color convert

RGB 170 190 138 -
CMYK 0.11 0 0.27 0.25
HSL 83.08º 0.29% 0.64% -
HSV(B) 83.08º 0.27% 0.75% -
XYZ 39.58 47.21 31.07 -
YUV 178.09 105.37 122.23 -
System Red Green Blue C M Y K H S L
Decimal 170 190 138 0.11 0 0.27 0.25 83.08 0.29 0.64
Hex AA BE 8A B 0 1B 19 53 1D 40
Octal 252 276 212 13 0 33 31 123 35 100
Binary 10101010 10111110 10001010 1011 0 11011 11001 1010011 11101 1000000

Color Harmonies of #AABE8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABE8A

Black with #AABE8A

Text Example


Text Example

White with #AABE8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABE8A; }

 p { color: rgb(170,190,138); }

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

background-color css

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

 a { background-color: rgb(170,190,138); }

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

border-color css

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

 span { border-color: rgb(170,190,138); }

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