Html Css Color HEX #AAC66B Caper

📋 copy color: '#AAC66B'

red 170 ◦ green 198 ◦ blue 107

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

Shades of Caper #AAC66B

Tints of Caper #AAC66B

RGB

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

 GREEN value IS 198 (77.73% from 255) = 41.68%

 BLUE value IS 107 (42.19% from 255) = 22.53%

R = 35.79%
G = 41.68%
B = 22.53%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.46

 K value IS 0.22

RGB Variations

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

Color information

#AAC66B (or 0xAAC66B) is known color: Caper. HEX triplet: AA, C6 and 6B. RGB value is (170,198,107). Sum of RGB (Red+Green+Blue) = 170+198+107=475 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.79% from 475); Green value is 198 (77.73% from 255 or 41.68% from 475); Blue value is 107 (42.19% from 255 or 22.53% from 475); Max value from RGB is 198 - color contains mainly: green. Hex color #AAC66B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC66B is #553994. Grayscale: #B3B3B3. Windows color (decimal): -5585301 or 7063210. OLE color: 7063210.

HSL color Cylindrical-coordinate representation of color #AAC66B: hue angle of 78.46º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AAC66B is Cyan = 0.14, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.22.

Color convert

RGB 170 198 107 -
CMYK 0.14 0 0.46 0.22
HSL 78.46º 0.44% 0.6% -
HSV(B) 78.46º 0.46% 0.78% -
XYZ 39.43 50 21.48 -
YUV 179.25 87.22 121.4 -
System Red Green Blue C M Y K H S L
Decimal 170 198 107 0.14 0 0.46 0.22 78.46 0.44 0.6
Hex AA C6 6B E 0 2E 16 4E 2C 3C
Octal 252 306 153 16 0 56 26 116 54 74
Binary 10101010 11000110 1101011 1110 0 101110 10110 1001110 101100 111100

Color Harmonies of #AAC66B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC66B

Black with #AAC66B

Text Example


Text Example

White with #AAC66B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC66B; }

 p { color: rgb(170,198,107); }

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

background-color css

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

 a { background-color: rgb(170,198,107); }

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

border-color css

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

 span { border-color: rgb(170,198,107); }

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