Html Css Color HEX #AABD77 Caper

📋 copy color: '#AABD77'

red 170 ◦ green 189 ◦ blue 119

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

Shades of Caper #AABD77

Tints of Caper #AABD77

RGB

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

 GREEN value IS 189 (74.22% from 255) = 39.54%

 BLUE value IS 119 (46.88% from 255) = 24.9%

R = 35.56%
G = 39.54%
B = 24.9%

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

#AABD77 (or 0xAABD77) is known color: Caper. HEX triplet: AA, BD and 77. RGB value is (170,189,119). Sum of RGB (Red+Green+Blue) = 170+189+119=478 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.56% from 478); Green value is 189 (74.22% from 255 or 39.54% from 478); Blue value is 119 (46.88% from 255 or 24.90% from 478); Max value from RGB is 189 - color contains mainly: green. Hex color #AABD77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AABD77 is #554288. Grayscale: #AFAFAF. Windows color (decimal): -5587593 or 7847338. OLE color: 7847338.

HSL color Cylindrical-coordinate representation of color #AABD77: hue angle of 76.29º degrees, saturation: 0.35, 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 #AABD77 is Cyan = 0.10, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.26.

Color convert

RGB 170 189 119 -
CMYK 0.10 0 0.37 0.26
HSL 76.29º 0.35% 0.6% -
HSV(B) 76.29º 0.37% 0.74% -
XYZ 38.1 46.27 24.38 -
YUV 175.34 96.21 124.19 -
System Red Green Blue C M Y K H S L
Decimal 170 189 119 0.10 0 0.37 0.26 76.29 0.35 0.6
Hex AA BD 77 A 0 25 1A 4C 23 3C
Octal 252 275 167 12 0 45 32 114 43 74
Binary 10101010 10111101 1110111 1010 0 100101 11010 1001100 100011 111100

Color Harmonies of #AABD77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABD77

Black with #AABD77

Text Example


Text Example

White with #AABD77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABD77; }

 p { color: rgb(170,189,119); }

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

background-color css

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

 a { background-color: rgb(170,189,119); }

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

border-color css

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

 span { border-color: rgb(170,189,119); }

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