Html Css Color HEX #9FBB9E Spring Rain

📋 copy color: '#9FBB9E'

red 159 ◦ green 187 ◦ blue 158

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

Shades of Spring Rain #9FBB9E

Tints of Spring Rain #9FBB9E

RGB

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

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

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

R = 31.55%
G = 37.1%
B = 31.35%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#9FBB9E (or 0x9FBB9E) is known color: Spring Rain. HEX triplet: 9F, BB and 9E. RGB value is (159,187,158). Sum of RGB (Red+Green+Blue) = 159+187+158=504 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.55% from 504); Green value is 187 (73.44% from 255 or 37.10% from 504); Blue value is 158 (62.11% from 255 or 31.35% from 504); Max value from RGB is 187 - color contains mainly: green. Hex color #9FBB9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBB9E is #604461. Grayscale: #AFAFAF. Windows color (decimal): -6308962 or 10402719. OLE color: 10402719.

HSL color Cylindrical-coordinate representation of color #9FBB9E: hue angle of 117.93º 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 #9FBB9E is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB 159 187 158 -
CMYK 0.15 0 0.16 0.27
HSL 117.93º 0.18% 0.68% -
HSV(B) 117.93º 0.16% 0.73% -
XYZ 38.24 45.38 39.09 -
YUV 175.32 118.22 116.36 -
System Red Green Blue C M Y K H S L
Decimal 159 187 158 0.15 0 0.16 0.27 117.93 0.18 0.68
Hex 9F BB 9E F 0 10 1B 76 12 44
Octal 237 273 236 17 0 20 33 166 22 104
Binary 10011111 10111011 10011110 1111 0 10000 11011 1110110 10010 1000100

Color Harmonies of #9FBB9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBB9E

Black with #9FBB9E

Text Example


Text Example

White with #9FBB9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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