Html Css Color HEX #9FBA9F Spring Rain

📋 copy color: '#9FBA9F'

red 159 ◦ green 186 ◦ blue 159

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

Shades of Spring Rain #9FBA9F

Tints of Spring Rain #9FBA9F

RGB

 RED value IS 159 (62.5% from 255) = 31.55%

 GREEN value IS 186 (73.05% from 255) = 36.9%

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

R = 31.55%
G = 36.9%
B = 31.55%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#9FBA9F (or 0x9FBA9F) is known color: Spring Rain. HEX triplet: 9F, BA and 9F. RGB value is (159,186,159). Sum of RGB (Red+Green+Blue) = 159+186+159=504 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.55% from 504); Green value is 186 (73.05% from 255 or 36.90% from 504); Blue value is 159 (62.5% from 255 or 31.55% from 504); Max value from RGB is 186 - color contains mainly: green. Hex color #9FBA9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBA9F is #604560. Grayscale: #AEAEAE. Windows color (decimal): -6309217 or 10467999. OLE color: 10467999.

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

Color convert

RGB 159 186 159 -
CMYK 0.15 0 0.15 0.27
HSL 120º 0.16% 0.68% -
HSV(B) 120º 0.15% 0.73% -
XYZ 38.11 44.99 39.48 -
YUV 174.85 119.05 116.7 -
System Red Green Blue C M Y K H S L
Decimal 159 186 159 0.15 0 0.15 0.27 120 0.16 0.68
Hex 9F BA 9F F 0 F 1B 78 10 44
Octal 237 272 237 17 0 17 33 170 20 104
Binary 10011111 10111010 10011111 1111 0 1111 11011 1111000 10000 1000100

Color Harmonies of #9FBA9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBA9F

Black with #9FBA9F

Text Example


Text Example

White with #9FBA9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9FBA9F; }

 p { color: rgb(159,186,159); }

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

background-color css

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

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

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

border-color css

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

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

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