Html Css Color HEX #9FB69A Spring Rain

📋 copy color: '#9FB69A'

red 159 ◦ green 182 ◦ blue 154

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

Shades of Spring Rain #9FB69A

Tints of Spring Rain #9FB69A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 31.11%

R = 32.12%
G = 36.77%
B = 31.11%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.15

 K value IS 0.29

RGB Variations

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

Color information

#9FB69A (or 0x9FB69A) is known color: Spring Rain. HEX triplet: 9F, B6 and 9A. RGB value is (159,182,154). Sum of RGB (Red+Green+Blue) = 159+182+154=495 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.12% from 495); Green value is 182 (71.48% from 255 or 36.77% from 495); Blue value is 154 (60.55% from 255 or 31.11% from 495); Max value from RGB is 182 - color contains mainly: green. Hex color #9FB69A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FB69A is #604965. Grayscale: #ACACAC. Windows color (decimal): -6310246 or 10139295. OLE color: 10139295.

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

Color convert

RGB 159 182 154 -
CMYK 0.13 0 0.15 0.29
HSL 109.29º 0.16% 0.66% -
HSV(B) 109.29º 0.15% 0.71% -
XYZ 36.86 43.16 36.96 -
YUV 171.93 117.88 118.78 -
System Red Green Blue C M Y K H S L
Decimal 159 182 154 0.13 0 0.15 0.29 109.29 0.16 0.66
Hex 9F B6 9A D 0 F 1D 6D 10 42
Octal 237 266 232 15 0 17 35 155 20 102
Binary 10011111 10110110 10011010 1101 0 1111 11101 1101101 10000 1000010

Color Harmonies of #9FB69A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FB69A

Black with #9FB69A

Text Example


Text Example

White with #9FB69A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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