Html Css Color HEX #9FBB9F Spring Rain

📋 copy color: '#9FBB9F'

red 159 ◦ green 187 ◦ blue 159

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

Shades of Spring Rain #9FBB9F

Tints of Spring Rain #9FBB9F

RGB

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

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

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

R = 31.49%
G = 37.03%
B = 31.49%

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

#9FBB9F (or 0x9FBB9F) is known color: Spring Rain. HEX triplet: 9F, BB and 9F. RGB value is (159,187,159). Sum of RGB (Red+Green+Blue) = 159+187+159=505 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.49% from 505); Green value is 187 (73.44% from 255 or 37.03% from 505); Blue value is 159 (62.5% from 255 or 31.49% from 505); Max value from RGB is 187 - color contains mainly: green. Hex color #9FBB9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBB9F is #604460. Grayscale: #AFAFAF. Windows color (decimal): -6308961 or 10468255. OLE color: 10468255.

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

Color convert

RGB 159 187 159 -
CMYK 0.15 0 0.15 0.27
HSL 120º 0.17% 0.68% -
HSV(B) 120º 0.15% 0.73% -
XYZ 38.33 45.41 39.55 -
YUV 175.44 118.72 116.28 -
System Red Green Blue C M Y K H S L
Decimal 159 187 159 0.15 0 0.15 0.27 120 0.17 0.68
Hex 9F BB 9F F 0 F 1B 78 11 44
Octal 237 273 237 17 0 17 33 170 21 104
Binary 10011111 10111011 10011111 1111 0 1111 11011 1111000 10001 1000100

Color Harmonies of #9FBB9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBB9F

Black with #9FBB9F

Text Example


Text Example

White with #9FBB9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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