Html Css Color HEX #AABD73 Caper

📋 copy color: '#AABD73'

red 170 ◦ green 189 ◦ blue 115

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

Shades of Caper #AABD73

Tints of Caper #AABD73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 24.26%

R = 35.86%
G = 39.87%
B = 24.26%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#AABD73 (or 0xAABD73) is known color: Caper. HEX triplet: AA, BD and 73. RGB value is (170,189,115). Sum of RGB (Red+Green+Blue) = 170+189+115=474 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.86% from 474); Green value is 189 (74.22% from 255 or 39.87% from 474); Blue value is 115 (45.31% from 255 or 24.26% from 474); Max value from RGB is 189 - color contains mainly: green. Hex color #AABD73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AABD73 is #55428C. Grayscale: #AFAFAF. Windows color (decimal): -5587597 or 7585194. OLE color: 7585194.

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

Color convert

RGB 170 189 115 -
CMYK 0.10 0 0.39 0.26
HSL 75.41º 0.36% 0.6% -
HSV(B) 75.41º 0.39% 0.74% -
XYZ 37.87 46.18 23.14 -
YUV 174.88 94.21 124.52 -
System Red Green Blue C M Y K H S L
Decimal 170 189 115 0.10 0 0.39 0.26 75.41 0.36 0.6
Hex AA BD 73 A 0 27 1A 4B 24 3C
Octal 252 275 163 12 0 47 32 113 44 74
Binary 10101010 10111101 1110011 1010 0 100111 11010 1001011 100100 111100

Color Harmonies of #AABD73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABD73

Black with #AABD73

Text Example


Text Example

White with #AABD73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABD73; }

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

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

background-color css

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

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

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

border-color css

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

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

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