Html Css Color HEX #AAC283 Caper

📋 copy color: '#AAC283'

red 170 ◦ green 194 ◦ blue 131

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

Shades of Caper #AAC283

Tints of Caper #AAC283

RGB

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

 GREEN value IS 194 (76.17% from 255) = 39.19%

 BLUE value IS 131 (51.56% from 255) = 26.46%

R = 34.34%
G = 39.19%
B = 26.46%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#AAC283 (or 0xAAC283) is known color: Caper. HEX triplet: AA, C2 and 83. RGB value is (170,194,131). Sum of RGB (Red+Green+Blue) = 170+194+131=495 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.34% from 495); Green value is 194 (76.17% from 255 or 39.19% from 495); Blue value is 131 (51.56% from 255 or 26.46% from 495); Max value from RGB is 194 - color contains mainly: green. Hex color #AAC283 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC283 is #553D7C. Grayscale: #B3B3B3. Windows color (decimal): -5586301 or 8635050. OLE color: 8635050.

HSL color Cylindrical-coordinate representation of color #AAC283: hue angle of 82.86º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAC283 is Cyan = 0.12, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.

Color convert

RGB 170 194 131 -
CMYK 0.12 0 0.32 0.24
HSL 82.86º 0.34% 0.64% -
HSV(B) 82.86º 0.32% 0.76% -
XYZ 39.97 48.77 28.78 -
YUV 179.64 100.55 121.12 -
System Red Green Blue C M Y K H S L
Decimal 170 194 131 0.12 0 0.32 0.24 82.86 0.34 0.64
Hex AA C2 83 C 0 20 18 53 22 40
Octal 252 302 203 14 0 40 30 123 42 100
Binary 10101010 11000010 10000011 1100 0 100000 11000 1010011 100010 1000000

Color Harmonies of #AAC283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC283

Black with #AAC283

Text Example


Text Example

White with #AAC283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC283; }

 p { color: rgb(170,194,131); }

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

background-color css

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

 a { background-color: rgb(170,194,131); }

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

border-color css

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

 span { border-color: rgb(170,194,131); }

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