Html Css Color HEX #9FB099 Spring Rain

📋 copy color: '#9FB099'

red 159 ◦ green 176 ◦ blue 153

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

Shades of Spring Rain #9FB099

Tints of Spring Rain #9FB099

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 31.35%

R = 32.58%
G = 36.07%
B = 31.35%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#9FB099 (or 0x9FB099) is known color: Spring Rain. HEX triplet: 9F, B0 and 99. RGB value is (159,176,153). Sum of RGB (Red+Green+Blue) = 159+176+153=488 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.58% from 488); Green value is 176 (69.14% from 255 or 36.07% from 488); Blue value is 153 (60.16% from 255 or 31.35% from 488); Max value from RGB is 176 - color contains mainly: green. Hex color #9FB099 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FB099 is #604F66. Grayscale: #A8A8A8. Windows color (decimal): -6311783 or 10072223. OLE color: 10072223.

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

Color convert

RGB 159 176 153 -
CMYK 0.10 0 0.13 0.31
HSL 104.35º 0.13% 0.65% -
HSV(B) 104.35º 0.13% 0.69% -
XYZ 35.57 40.72 36.12 -
YUV 168.3 119.37 121.37 -
System Red Green Blue C M Y K H S L
Decimal 159 176 153 0.10 0 0.13 0.31 104.35 0.13 0.65
Hex 9F B0 99 A 0 D 1F 68 D 41
Octal 237 260 231 12 0 15 37 150 15 101
Binary 10011111 10110000 10011001 1010 0 1101 11111 1101000 1101 1000001

Color Harmonies of #9FB099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FB099

Black with #9FB099

Text Example


Text Example

White with #9FB099

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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