Html Css Color HEX #AAC483 Caper

📋 copy color: '#AAC483'

red 170 ◦ green 196 ◦ blue 131

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

Shades of Caper #AAC483

Tints of Caper #AAC483

RGB

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

 GREEN value IS 196 (76.95% from 255) = 39.44%

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

R = 34.21%
G = 39.44%
B = 26.36%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.33

 K value IS 0.23

RGB Variations

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

Color information

#AAC483 (or 0xAAC483) is known color: Caper. HEX triplet: AA, C4 and 83. RGB value is (170,196,131). Sum of RGB (Red+Green+Blue) = 170+196+131=497 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.21% from 497); Green value is 196 (76.95% from 255 or 39.44% from 497); Blue value is 131 (51.56% from 255 or 26.36% from 497); Max value from RGB is 196 - color contains mainly: green. Hex color #AAC483 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC483 is #553B7C. Grayscale: #B5B5B5. Windows color (decimal): -5585789 or 8635562. OLE color: 8635562.

HSL color Cylindrical-coordinate representation of color #AAC483: hue angle of 84º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAC483 is Cyan = 0.13, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.23.

Color convert

RGB 170 196 131 -
CMYK 0.13 0 0.33 0.23
HSL 84º 0.36% 0.64% -
HSV(B) 84º 0.33% 0.77% -
XYZ 40.41 49.66 28.93 -
YUV 180.82 99.89 120.29 -
System Red Green Blue C M Y K H S L
Decimal 170 196 131 0.13 0 0.33 0.23 84 0.36 0.64
Hex AA C4 83 D 0 21 17 54 24 40
Octal 252 304 203 15 0 41 27 124 44 100
Binary 10101010 11000100 10000011 1101 0 100001 10111 1010100 100100 1000000

Color Harmonies of #AAC483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC483

Black with #AAC483

Text Example


Text Example

White with #AAC483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC483; }

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

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

background-color css

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

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

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

border-color css

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

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

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