Html Css Color HEX #ABC5A6 Rainee

📋 copy color: '#ABC5A6'

red 171 ◦ green 197 ◦ blue 166

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

Shades of Rainee #ABC5A6

Tints of Rainee #ABC5A6

RGB

 RED value IS 171 (67.19% from 255) = 32.02%

 GREEN value IS 197 (77.34% from 255) = 36.89%

 BLUE value IS 166 (65.23% from 255) = 31.09%

R = 32.02%
G = 36.89%
B = 31.09%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.16

 K value IS 0.23

RGB Variations

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

Color information

#ABC5A6 (or 0xABC5A6) is known color: Rainee. HEX triplet: AB, C5 and A6. RGB value is (171,197,166). Sum of RGB (Red+Green+Blue) = 171+197+166=534 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.02% from 534); Green value is 197 (77.34% from 255 or 36.89% from 534); Blue value is 166 (65.23% from 255 or 31.09% from 534); Max value from RGB is 197 - color contains mainly: green. Hex color #ABC5A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC5A6 is #543A59. Grayscale: #B9B9B9. Windows color (decimal): -5519962 or 10929579. OLE color: 10929579.

HSL color Cylindrical-coordinate representation of color #ABC5A6: hue angle of 110.32º degrees, saturation: 0.21, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ABC5A6 is Cyan = 0.13, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.23.

Color convert

RGB 171 197 166 -
CMYK 0.13 0 0.16 0.23
HSL 110.32º 0.21% 0.71% -
HSV(B) 110.32º 0.16% 0.77% -
XYZ 43.64 51.34 43.69 -
YUV 185.69 116.89 117.52 -
System Red Green Blue C M Y K H S L
Decimal 171 197 166 0.13 0 0.16 0.23 110.32 0.21 0.71
Hex AB C5 A6 D 0 10 17 6E 15 47
Octal 253 305 246 15 0 20 27 156 25 107
Binary 10101011 11000101 10100110 1101 0 10000 10111 1101110 10101 1000111

Color Harmonies of #ABC5A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC5A6

Black with #ABC5A6

Text Example


Text Example

White with #ABC5A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC5A6; }

 p { color: rgb(171,197,166); }

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

background-color css

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

 a { background-color: rgb(171,197,166); }

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

border-color css

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

 span { border-color: rgb(171,197,166); }

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