Html Css Color HEX #A0BB9E Spring Rain

📋 copy color: '#A0BB9E'

red 160 ◦ green 187 ◦ blue 158

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

Shades of Spring Rain #A0BB9E

Tints of Spring Rain #A0BB9E

RGB

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

 GREEN value IS 187 (73.44% from 255) = 37.03%

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

R = 31.68%
G = 37.03%
B = 31.29%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#A0BB9E (or 0xA0BB9E) is known color: Spring Rain. HEX triplet: A0, BB and 9E. RGB value is (160,187,158). Sum of RGB (Red+Green+Blue) = 160+187+158=505 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.68% from 505); Green value is 187 (73.44% from 255 or 37.03% from 505); Blue value is 158 (62.11% from 255 or 31.29% from 505); Max value from RGB is 187 - color contains mainly: green. Hex color #A0BB9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0BB9E is #5F4461. Grayscale: #AFAFAF. Windows color (decimal): -6243426 or 10402720. OLE color: 10402720.

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

Color convert

RGB 160 187 158 -
CMYK 0.14 0 0.16 0.27
HSL 115.86º 0.18% 0.68% -
HSV(B) 115.86º 0.16% 0.73% -
XYZ 38.44 45.48 39.1 -
YUV 175.62 118.05 116.86 -
System Red Green Blue C M Y K H S L
Decimal 160 187 158 0.14 0 0.16 0.27 115.86 0.18 0.68
Hex A0 BB 9E E 0 10 1B 74 12 44
Octal 240 273 236 16 0 20 33 164 22 104
Binary 10100000 10111011 10011110 1110 0 10000 11011 1110100 10010 1000100

Color Harmonies of #A0BB9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BB9E

Black with #A0BB9E

Text Example


Text Example

White with #A0BB9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BB9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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