Html Css Color HEX #AABC74 Caper

📋 copy color: '#AABC74'

red 170 ◦ green 188 ◦ blue 116

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

Shades of Caper #AABC74

Tints of Caper #AABC74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 24.47%

R = 35.86%
G = 39.66%
B = 24.47%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#AABC74 (or 0xAABC74) is known color: Caper. HEX triplet: AA, BC and 74. RGB value is (170,188,116). Sum of RGB (Red+Green+Blue) = 170+188+116=474 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.86% from 474); Green value is 188 (73.83% from 255 or 39.66% from 474); Blue value is 116 (45.70% from 255 or 24.47% from 474); Max value from RGB is 188 - color contains mainly: green. Hex color #AABC74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AABC74 is #55438B. Grayscale: #AEAEAE. Windows color (decimal): -5587852 or 7650474. OLE color: 7650474.

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

Color convert

RGB 170 188 116 -
CMYK 0.10 0 0.38 0.26
HSL 75º 0.35% 0.6% -
HSV(B) 75º 0.38% 0.74% -
XYZ 37.71 45.77 23.37 -
YUV 174.41 95.04 124.85 -
System Red Green Blue C M Y K H S L
Decimal 170 188 116 0.10 0 0.38 0.26 75 0.35 0.6
Hex AA BC 74 A 0 26 1A 4B 23 3C
Octal 252 274 164 12 0 46 32 113 43 74
Binary 10101010 10111100 1110100 1010 0 100110 11010 1001011 100011 111100

Color Harmonies of #AABC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABC74

Black with #AABC74

Text Example


Text Example

White with #AABC74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABC74; }

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

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

background-color css

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

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

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

border-color css

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

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

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