Html Css Color HEX #A0BC9F Spring Rain

📋 copy color: '#A0BC9F'

red 160 ◦ green 188 ◦ blue 159

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

Shades of Spring Rain #A0BC9F

Tints of Spring Rain #A0BC9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 31.36%

R = 31.56%
G = 37.08%
B = 31.36%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#A0BC9F (or 0xA0BC9F) is known color: Spring Rain. HEX triplet: A0, BC and 9F. RGB value is (160,188,159). Sum of RGB (Red+Green+Blue) = 160+188+159=507 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.56% from 507); Green value is 188 (73.83% from 255 or 37.08% from 507); Blue value is 159 (62.5% from 255 or 31.36% from 507); Max value from RGB is 188 - color contains mainly: green. Hex color #A0BC9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0BC9F is #5F4360. Grayscale: #B0B0B0. Windows color (decimal): -6243169 or 10468512. OLE color: 10468512.

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

Color convert

RGB 160 188 159 -
CMYK 0.15 0 0.15 0.26
HSL 117.93º 0.18% 0.68% -
HSV(B) 117.93º 0.15% 0.74% -
XYZ 38.74 45.94 39.63 -
YUV 176.32 118.22 116.36 -
System Red Green Blue C M Y K H S L
Decimal 160 188 159 0.15 0 0.15 0.26 117.93 0.18 0.68
Hex A0 BC 9F F 0 F 1A 76 12 44
Octal 240 274 237 17 0 17 32 166 22 104
Binary 10100000 10111100 10011111 1111 0 1111 11010 1110110 10010 1000100

Color Harmonies of #A0BC9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BC9F

Black with #A0BC9F

Text Example


Text Example

White with #A0BC9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BC9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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