Html Css Color HEX #AAC276 Caper

📋 copy color: '#AAC276'

red 170 ◦ green 194 ◦ blue 118

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

Shades of Caper #AAC276

Tints of Caper #AAC276

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 24.48%

R = 35.27%
G = 40.25%
B = 24.48%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#AAC276 (or 0xAAC276) is known color: Caper. HEX triplet: AA, C2 and 76. RGB value is (170,194,118). Sum of RGB (Red+Green+Blue) = 170+194+118=482 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.27% from 482); Green value is 194 (76.17% from 255 or 40.25% from 482); Blue value is 118 (46.48% from 255 or 24.48% from 482); Max value from RGB is 194 - color contains mainly: green. Hex color #AAC276 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC276 is #553D89. Grayscale: #B2B2B2. Windows color (decimal): -5586314 or 7783082. OLE color: 7783082.

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

Color convert

RGB 170 194 118 -
CMYK 0.12 0 0.39 0.24
HSL 78.95º 0.38% 0.61% -
HSV(B) 78.95º 0.39% 0.76% -
XYZ 39.14 48.44 24.43 -
YUV 178.16 94.05 122.18 -
System Red Green Blue C M Y K H S L
Decimal 170 194 118 0.12 0 0.39 0.24 78.95 0.38 0.61
Hex AA C2 76 C 0 27 18 4F 26 3D
Octal 252 302 166 14 0 47 30 117 46 75
Binary 10101010 11000010 1110110 1100 0 100111 11000 1001111 100110 111101

Color Harmonies of #AAC276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC276

Black with #AAC276

Text Example


Text Example

White with #AAC276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC276; }

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

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

background-color css

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

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

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

border-color css

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

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

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