Html Css Color HEX #9FB09B Spring Rain

📋 copy color: '#9FB09B'

red 159 ◦ green 176 ◦ blue 155

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

Shades of Spring Rain #9FB09B

Tints of Spring Rain #9FB09B

RGB

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

 GREEN value IS 176 (69.14% from 255) = 35.92%

 BLUE value IS 155 (60.94% from 255) = 31.63%

R = 32.45%
G = 35.92%
B = 31.63%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#9FB09B (or 0x9FB09B) is known color: Spring Rain. HEX triplet: 9F, B0 and 9B. RGB value is (159,176,155). Sum of RGB (Red+Green+Blue) = 159+176+155=490 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.45% from 490); Green value is 176 (69.14% from 255 or 35.92% from 490); Blue value is 155 (60.94% from 255 or 31.63% from 490); Max value from RGB is 176 - color contains mainly: green. Hex color #9FB09B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FB09B is #604F64. Grayscale: #A8A8A8. Windows color (decimal): -6311781 or 10203295. OLE color: 10203295.

HSL color Cylindrical-coordinate representation of color #9FB09B: hue angle of 108.57º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9FB09B is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB 159 176 155 -
CMYK 0.10 0 0.12 0.31
HSL 108.57º 0.12% 0.65% -
HSV(B) 108.57º 0.12% 0.69% -
XYZ 35.74 40.79 37 -
YUV 168.52 120.37 121.21 -
System Red Green Blue C M Y K H S L
Decimal 159 176 155 0.10 0 0.12 0.31 108.57 0.12 0.65
Hex 9F B0 9B A 0 C 1F 6D C 41
Octal 237 260 233 12 0 14 37 155 14 101
Binary 10011111 10110000 10011011 1010 0 1100 11111 1101101 1100 1000001

Color Harmonies of #9FB09B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FB09B

Black with #9FB09B

Text Example


Text Example

White with #9FB09B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,176,155); }

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

background-color css

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

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

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

border-color css

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

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

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