Html Css Color HEX #9FBA9E Spring Rain

📋 copy color: '#9FBA9E'

red 159 ◦ green 186 ◦ blue 158

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

Shades of Spring Rain #9FBA9E

Tints of Spring Rain #9FBA9E

RGB

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

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

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

R = 31.61%
G = 36.98%
B = 31.41%

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

#9FBA9E (or 0x9FBA9E) is known color: Spring Rain. HEX triplet: 9F, BA and 9E. RGB value is (159,186,158). Sum of RGB (Red+Green+Blue) = 159+186+158=503 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.61% from 503); Green value is 186 (73.05% from 255 or 36.98% from 503); Blue value is 158 (62.11% from 255 or 31.41% from 503); Max value from RGB is 186 - color contains mainly: green. Hex color #9FBA9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBA9E is #604561. Grayscale: #AEAEAE. Windows color (decimal): -6309218 or 10402463. OLE color: 10402463.

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

Color convert

RGB 159 186 158 -
CMYK 0.15 0 0.15 0.27
HSL 117.86º 0.17% 0.67% -
HSV(B) 117.86º 0.15% 0.73% -
XYZ 38.03 44.96 39.02 -
YUV 174.74 118.55 116.78 -
System Red Green Blue C M Y K H S L
Decimal 159 186 158 0.15 0 0.15 0.27 117.86 0.17 0.67
Hex 9F BA 9E F 0 F 1B 76 11 43
Octal 237 272 236 17 0 17 33 166 21 103
Binary 10011111 10111010 10011110 1111 0 1111 11011 1110110 10001 1000011

Color Harmonies of #9FBA9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBA9E

Black with #9FBA9E

Text Example


Text Example

White with #9FBA9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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