Html Css Color HEX #A3BC9E Spring Rain

📋 copy color: '#A3BC9E'

red 163 ◦ green 188 ◦ blue 158

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

Shades of Spring Rain #A3BC9E

Tints of Spring Rain #A3BC9E

RGB

 RED value IS 163 (64.06% from 255) = 32.02%

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

 BLUE value IS 158 (62.11% from 255) = 31.04%

R = 32.02%
G = 36.94%
B = 31.04%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#A3BC9E (or 0xA3BC9E) is known color: Spring Rain. HEX triplet: A3, BC and 9E. RGB value is (163,188,158). Sum of RGB (Red+Green+Blue) = 163+188+158=509 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.02% from 509); Green value is 188 (73.83% from 255 or 36.94% from 509); Blue value is 158 (62.11% from 255 or 31.04% from 509); Max value from RGB is 188 - color contains mainly: green. Hex color #A3BC9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3BC9E is #5C4361. Grayscale: #B1B1B1. Windows color (decimal): -6046562 or 10402979. OLE color: 10402979.

HSL color Cylindrical-coordinate representation of color #A3BC9E: hue angle of 110º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A3BC9E is Cyan = 0.13, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.26.

Color convert

RGB 163 188 158 -
CMYK 0.13 0 0.16 0.26
HSL 110º 0.18% 0.68% -
HSV(B) 110º 0.16% 0.74% -
XYZ 39.26 46.22 39.2 -
YUV 177.11 117.22 117.94 -
System Red Green Blue C M Y K H S L
Decimal 163 188 158 0.13 0 0.16 0.26 110 0.18 0.68
Hex A3 BC 9E D 0 10 1A 6E 12 44
Octal 243 274 236 15 0 20 32 156 22 104
Binary 10100011 10111100 10011110 1101 0 10000 11010 1101110 10010 1000100

Color Harmonies of #A3BC9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3BC9E

Black with #A3BC9E

Text Example


Text Example

White with #A3BC9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3BC9E; }

 p { color: rgb(163,188,158); }

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

background-color css

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

 a { background-color: rgb(163,188,158); }

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

border-color css

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

 span { border-color: rgb(163,188,158); }

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