Html Css Color HEX #9FB69E Spring Rain

📋 copy color: '#9FB69E'

red 159 ◦ green 182 ◦ blue 158

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

Shades of Spring Rain #9FB69E

Tints of Spring Rain #9FB69E

RGB

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

 GREEN value IS 182 (71.48% from 255) = 36.47%

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

R = 31.86%
G = 36.47%
B = 31.66%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#9FB69E (or 0x9FB69E) is known color: Spring Rain. HEX triplet: 9F, B6 and 9E. RGB value is (159,182,158). Sum of RGB (Red+Green+Blue) = 159+182+158=499 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.86% from 499); Green value is 182 (71.48% from 255 or 36.47% from 499); Blue value is 158 (62.11% from 255 or 31.66% from 499); Max value from RGB is 182 - color contains mainly: green. Hex color #9FB69E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FB69E is #604961. Grayscale: #ACACAC. Windows color (decimal): -6310242 or 10401439. OLE color: 10401439.

HSL color Cylindrical-coordinate representation of color #9FB69E: hue angle of 117.5º degrees, saturation: 0.14, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9FB69E is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB 159 182 158 -
CMYK 0.13 0 0.13 0.29
HSL 117.5º 0.14% 0.67% -
HSV(B) 117.5º 0.13% 0.71% -
XYZ 37.2 43.3 38.74 -
YUV 172.39 119.88 118.45 -
System Red Green Blue C M Y K H S L
Decimal 159 182 158 0.13 0 0.13 0.29 117.5 0.14 0.67
Hex 9F B6 9E D 0 D 1D 76 E 43
Octal 237 266 236 15 0 15 35 166 16 103
Binary 10011111 10110110 10011110 1101 0 1101 11101 1110110 1110 1000011

Color Harmonies of #9FB69E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FB69E

Black with #9FB69E

Text Example


Text Example

White with #9FB69E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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