Html Css Color HEX #AABC84 Caper

📋 copy color: '#AABC84'

red 170 ◦ green 188 ◦ blue 132

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

Shades of Caper #AABC84

Tints of Caper #AABC84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 26.94%

R = 34.69%
G = 38.37%
B = 26.94%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.30

 K value IS 0.26

RGB Variations

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

Color information

#AABC84 (or 0xAABC84) is known color: Caper. HEX triplet: AA, BC and 84. RGB value is (170,188,132). Sum of RGB (Red+Green+Blue) = 170+188+132=490 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.69% from 490); Green value is 188 (73.83% from 255 or 38.37% from 490); Blue value is 132 (51.95% from 255 or 26.94% from 490); Max value from RGB is 188 - color contains mainly: green. Hex color #AABC84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABC84 is #55437B. Grayscale: #B0B0B0. Windows color (decimal): -5587836 or 8699050. OLE color: 8699050.

HSL color Cylindrical-coordinate representation of color #AABC84: hue angle of 79.29º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AABC84 is Cyan = 0.10, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.26.

Color convert

RGB 170 188 132 -
CMYK 0.10 0 0.30 0.26
HSL 79.29º 0.29% 0.63% -
HSV(B) 79.29º 0.3% 0.74% -
XYZ 38.73 46.18 28.7 -
YUV 176.23 103.04 123.55 -
System Red Green Blue C M Y K H S L
Decimal 170 188 132 0.10 0 0.30 0.26 79.29 0.29 0.63
Hex AA BC 84 A 0 1E 1A 4F 1D 3F
Octal 252 274 204 12 0 36 32 117 35 77
Binary 10101010 10111100 10000100 1010 0 11110 11010 1001111 11101 111111

Color Harmonies of #AABC84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABC84

Black with #AABC84

Text Example


Text Example

White with #AABC84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABC84; }

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

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

background-color css

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

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

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

border-color css

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

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

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