Html Css Color HEX #9FB696 Spring Rain

📋 copy color: '#9FB696'

red 159 ◦ green 182 ◦ blue 150

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

Shades of Spring Rain #9FB696

Tints of Spring Rain #9FB696

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 30.55%

R = 32.38%
G = 37.07%
B = 30.55%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#9FB696 (or 0x9FB696) is known color: Spring Rain. HEX triplet: 9F, B6 and 96. RGB value is (159,182,150). Sum of RGB (Red+Green+Blue) = 159+182+150=491 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.38% from 491); Green value is 182 (71.48% from 255 or 37.07% from 491); Blue value is 150 (58.98% from 255 or 30.55% from 491); Max value from RGB is 182 - color contains mainly: green. Hex color #9FB696 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FB696 is #604969. Grayscale: #ABABAB. Windows color (decimal): -6310250 or 9877151. OLE color: 9877151.

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

Color convert

RGB 159 182 150 -
CMYK 0.13 0 0.18 0.29
HSL 103.13º 0.18% 0.65% -
HSV(B) 103.13º 0.18% 0.71% -
XYZ 36.53 43.03 35.23 -
YUV 171.48 115.88 119.1 -
System Red Green Blue C M Y K H S L
Decimal 159 182 150 0.13 0 0.18 0.29 103.13 0.18 0.65
Hex 9F B6 96 D 0 12 1D 67 12 41
Octal 237 266 226 15 0 22 35 147 22 101
Binary 10011111 10110110 10010110 1101 0 10010 11101 1100111 10010 1000001

Color Harmonies of #9FB696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FB696

Black with #9FB696

Text Example


Text Example

White with #9FB696

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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