Html Css Color HEX #ABC8A5 Rainee

📋 copy color: '#ABC8A5'

red 171 ◦ green 200 ◦ blue 165

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

Shades of Rainee #ABC8A5

Tints of Rainee #ABC8A5

RGB

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

 GREEN value IS 200 (78.52% from 255) = 37.31%

 BLUE value IS 165 (64.84% from 255) = 30.78%

R = 31.9%
G = 37.31%
B = 30.78%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.18

 K value IS 0.22

RGB Variations

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

Color information

#ABC8A5 (or 0xABC8A5) is known color: Rainee. HEX triplet: AB, C8 and A5. RGB value is (171,200,165). Sum of RGB (Red+Green+Blue) = 171+200+165=536 (70% of max value = 765). Red value is 171 (67.19% from 255 or 31.90% from 536); Green value is 200 (78.52% from 255 or 37.31% from 536); Blue value is 165 (64.84% from 255 or 30.78% from 536); Max value from RGB is 200 - color contains mainly: green. Hex color #ABC8A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC8A5 is #54375A. Grayscale: #BBBBBB. Windows color (decimal): -5519195 or 10864811. OLE color: 10864811.

HSL color Cylindrical-coordinate representation of color #ABC8A5: hue angle of 109.71º degrees, saturation: 0.24, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ABC8A5 is Cyan = 0.14, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.22.

Color convert

RGB 171 200 165 -
CMYK 0.14 0 0.18 0.22
HSL 109.71º 0.24% 0.72% -
HSV(B) 109.71º 0.18% 0.78% -
XYZ 44.24 52.68 43.43 -
YUV 187.34 115.39 116.35 -
System Red Green Blue C M Y K H S L
Decimal 171 200 165 0.14 0 0.18 0.22 109.71 0.24 0.72
Hex AB C8 A5 E 0 12 16 6E 18 48
Octal 253 310 245 16 0 22 26 156 30 110
Binary 10101011 11001000 10100101 1110 0 10010 10110 1101110 11000 1001000

Color Harmonies of #ABC8A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC8A5

Black with #ABC8A5

Text Example


Text Example

White with #ABC8A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC8A5; }

 p { color: rgb(171,200,165); }

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

background-color css

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

 a { background-color: rgb(171,200,165); }

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

border-color css

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

 span { border-color: rgb(171,200,165); }

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