Html Css Color HEX #AABC76 Caper

📋 copy color: '#AABC76'

red 170 ◦ green 188 ◦ blue 118

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

Shades of Caper #AABC76

Tints of Caper #AABC76

RGB

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

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

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

R = 35.71%
G = 39.5%
B = 24.79%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#AABC76 (or 0xAABC76) is known color: Caper. HEX triplet: AA, BC and 76. RGB value is (170,188,118). Sum of RGB (Red+Green+Blue) = 170+188+118=476 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.71% from 476); Green value is 188 (73.83% from 255 or 39.50% from 476); Blue value is 118 (46.48% from 255 or 24.79% from 476); Max value from RGB is 188 - color contains mainly: green. Hex color #AABC76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AABC76 is #554389. Grayscale: #AEAEAE. Windows color (decimal): -5587850 or 7781546. OLE color: 7781546.

HSL color Cylindrical-coordinate representation of color #AABC76: hue angle of 75.43º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AABC76 is Cyan = 0.10, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.26.

Color convert

RGB 170 188 118 -
CMYK 0.10 0 0.37 0.26
HSL 75.43º 0.34% 0.6% -
HSV(B) 75.43º 0.37% 0.74% -
XYZ 37.83 45.82 23.99 -
YUV 174.64 96.04 124.69 -
System Red Green Blue C M Y K H S L
Decimal 170 188 118 0.10 0 0.37 0.26 75.43 0.34 0.6
Hex AA BC 76 A 0 25 1A 4B 22 3C
Octal 252 274 166 12 0 45 32 113 42 74
Binary 10101010 10111100 1110110 1010 0 100101 11010 1001011 100010 111100

Color Harmonies of #AABC76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABC76

Black with #AABC76

Text Example


Text Example

White with #AABC76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABC76; }

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

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

background-color css

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

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

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

border-color css

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

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

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