Html Css Color HEX #A0BC9E Spring Rain

📋 copy color: '#A0BC9E'

red 160 ◦ green 188 ◦ blue 158

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

Shades of Spring Rain #A0BC9E

Tints of Spring Rain #A0BC9E

RGB

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

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

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

R = 31.62%
G = 37.15%
B = 31.23%

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

#A0BC9E (or 0xA0BC9E) is known color: Spring Rain. HEX triplet: A0, BC and 9E. RGB value is (160,188,158). Sum of RGB (Red+Green+Blue) = 160+188+158=506 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.62% from 506); Green value is 188 (73.83% from 255 or 37.15% from 506); Blue value is 158 (62.11% from 255 or 31.23% from 506); Max value from RGB is 188 - color contains mainly: green. Hex color #A0BC9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0BC9E is #5F4361. Grayscale: #B0B0B0. Windows color (decimal): -6243170 or 10402976. OLE color: 10402976.

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

Color convert

RGB 160 188 158 -
CMYK 0.15 0 0.16 0.26
HSL 116º 0.18% 0.68% -
HSV(B) 116º 0.16% 0.74% -
XYZ 38.65 45.91 39.17 -
YUV 176.21 117.72 116.44 -
System Red Green Blue C M Y K H S L
Decimal 160 188 158 0.15 0 0.16 0.26 116 0.18 0.68
Hex A0 BC 9E F 0 10 1A 74 12 44
Octal 240 274 236 17 0 20 32 164 22 104
Binary 10100000 10111100 10011110 1111 0 10000 11010 1110100 10010 1000100

Color Harmonies of #A0BC9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BC9E

Black with #A0BC9E

Text Example


Text Example

White with #A0BC9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BC9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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