Html Css Color HEX #AABC70 Caper

📋 copy color: '#AABC70'

red 170 ◦ green 188 ◦ blue 112

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

Shades of Caper #AABC70

Tints of Caper #AABC70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 23.83%

R = 36.17%
G = 40%
B = 23.83%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#AABC70 (or 0xAABC70) is known color: Caper. HEX triplet: AA, BC and 70. RGB value is (170,188,112). Sum of RGB (Red+Green+Blue) = 170+188+112=470 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.17% from 470); Green value is 188 (73.83% from 255 or 40% from 470); Blue value is 112 (44.14% from 255 or 23.83% from 470); Max value from RGB is 188 - color contains mainly: green. Hex color #AABC70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AABC70 is #55438F. Grayscale: #AEAEAE. Windows color (decimal): -5587856 or 7388330. OLE color: 7388330.

HSL color Cylindrical-coordinate representation of color #AABC70: hue angle of 74.21º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AABC70 is Cyan = 0.10, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB 170 188 112 -
CMYK 0.10 0 0.40 0.26
HSL 74.21º 0.36% 0.59% -
HSV(B) 74.21º 0.4% 0.74% -
XYZ 37.49 45.68 22.17 -
YUV 173.95 93.04 125.18 -
System Red Green Blue C M Y K H S L
Decimal 170 188 112 0.10 0 0.40 0.26 74.21 0.36 0.59
Hex AA BC 70 A 0 28 1A 4A 24 3B
Octal 252 274 160 12 0 50 32 112 44 73
Binary 10101010 10111100 1110000 1010 0 101000 11010 1001010 100100 111011

Color Harmonies of #AABC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABC70

Black with #AABC70

Text Example


Text Example

White with #AABC70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABC70; }

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

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

background-color css

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

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

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

border-color css

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

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

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