Html Css Color HEX #A0BC9D Spring Rain

📋 copy color: '#A0BC9D'

red 160 ◦ green 188 ◦ blue 157

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

Shades of Spring Rain #A0BC9D

Tints of Spring Rain #A0BC9D

RGB

 RED value IS 160 (62.89% from 255) = 31.68%

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

 BLUE value IS 157 (61.72% from 255) = 31.09%

R = 31.68%
G = 37.23%
B = 31.09%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#A0BC9D (or 0xA0BC9D) is known color: Spring Rain. HEX triplet: A0, BC and 9D. RGB value is (160,188,157). Sum of RGB (Red+Green+Blue) = 160+188+157=505 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.68% from 505); Green value is 188 (73.83% from 255 or 37.23% from 505); Blue value is 157 (61.72% from 255 or 31.09% from 505); Max value from RGB is 188 - color contains mainly: green. Hex color #A0BC9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0BC9D is #5F4362. Grayscale: #B0B0B0. Windows color (decimal): -6243171 or 10337440. OLE color: 10337440.

HSL color Cylindrical-coordinate representation of color #A0BC9D: hue angle of 114.19º degrees, saturation: 0.19, 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 #A0BC9D is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.26.

Color convert

RGB 160 188 157 -
CMYK 0.15 0 0.16 0.26
HSL 114.19º 0.19% 0.68% -
HSV(B) 114.19º 0.16% 0.74% -
XYZ 38.57 45.87 38.72 -
YUV 176.09 117.22 116.52 -
System Red Green Blue C M Y K H S L
Decimal 160 188 157 0.15 0 0.16 0.26 114.19 0.19 0.68
Hex A0 BC 9D F 0 10 1A 72 13 44
Octal 240 274 235 17 0 20 32 162 23 104
Binary 10100000 10111100 10011101 1111 0 10000 11010 1110010 10011 1000100

Color Harmonies of #A0BC9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BC9D

Black with #A0BC9D

Text Example


Text Example

White with #A0BC9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BC9D; }

 p { color: rgb(160,188,157); }

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

background-color css

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

 a { background-color: rgb(160,188,157); }

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

border-color css

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

 span { border-color: rgb(160,188,157); }

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