Html Css Color HEX #A0BF9F Spring Rain

📋 copy color: '#A0BF9F'

red 160 ◦ green 191 ◦ blue 159

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

Shades of Spring Rain #A0BF9F

Tints of Spring Rain #A0BF9F

RGB

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

 GREEN value IS 191 (75% from 255) = 37.45%

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

R = 31.37%
G = 37.45%
B = 31.18%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#A0BF9F (or 0xA0BF9F) is known color: Spring Rain. HEX triplet: A0, BF and 9F. RGB value is (160,191,159). Sum of RGB (Red+Green+Blue) = 160+191+159=510 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.37% from 510); Green value is 191 (75% from 255 or 37.45% from 510); Blue value is 159 (62.5% from 255 or 31.18% from 510); Max value from RGB is 191 - color contains mainly: green. Hex color #A0BF9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0BF9F is #5F4060. Grayscale: #B2B2B2. Windows color (decimal): -6242401 or 10469280. OLE color: 10469280.

HSL color Cylindrical-coordinate representation of color #A0BF9F: hue angle of 118.12º degrees, saturation: 0.2, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A0BF9F is Cyan = 0.16, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB 160 191 159 -
CMYK 0.16 0 0.17 0.25
HSL 118.13º 0.2% 0.69% -
HSV(B) 118.13º 0.17% 0.75% -
XYZ 39.39 47.24 39.84 -
YUV 178.08 117.23 115.1 -
System Red Green Blue C M Y K H S L
Decimal 160 191 159 0.16 0 0.17 0.25 118.13 0.2 0.69
Hex A0 BF 9F 10 0 11 19 76 14 45
Octal 240 277 237 20 0 21 31 166 24 105
Binary 10100000 10111111 10011111 10000 0 10001 11001 1110110 10100 1000101

Color Harmonies of #A0BF9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BF9F

Black with #A0BF9F

Text Example


Text Example

White with #A0BF9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BF9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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