Html Css Color HEX #9FBE98 Spring Rain

📋 copy color: '#9FBE98'

red 159 ◦ green 190 ◦ blue 152

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

Shades of Spring Rain #9FBE98

Tints of Spring Rain #9FBE98

RGB

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

 GREEN value IS 190 (74.61% from 255) = 37.92%

 BLUE value IS 152 (59.77% from 255) = 30.34%

R = 31.74%
G = 37.92%
B = 30.34%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.2

 K value IS 0.25

RGB Variations

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

Color information

#9FBE98 (or 0x9FBE98) is known color: Spring Rain. HEX triplet: 9F, BE and 98. RGB value is (159,190,152). Sum of RGB (Red+Green+Blue) = 159+190+152=501 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.74% from 501); Green value is 190 (74.61% from 255 or 37.92% from 501); Blue value is 152 (59.77% from 255 or 30.34% from 501); Max value from RGB is 190 - color contains mainly: green. Hex color #9FBE98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBE98 is #604167. Grayscale: #B0B0B0. Windows color (decimal): -6308200 or 10010271. OLE color: 10010271.

HSL color Cylindrical-coordinate representation of color #9FBE98: hue angle of 108.95º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9FBE98 is Cyan = 0.16, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.25.

Color convert

RGB 159 190 152 -
CMYK 0.16 0 0.2 0.25
HSL 108.95º 0.23% 0.67% -
HSV(B) 108.95º 0.2% 0.75% -
XYZ 38.38 46.46 36.65 -
YUV 176.4 114.23 115.59 -
System Red Green Blue C M Y K H S L
Decimal 159 190 152 0.16 0 0.2 0.25 108.95 0.23 0.67
Hex 9F BE 98 10 0 14 19 6D 17 43
Octal 237 276 230 20 0 24 31 155 27 103
Binary 10011111 10111110 10011000 10000 0 10100 11001 1101101 10111 1000011

Color Harmonies of #9FBE98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBE98

Black with #9FBE98

Text Example


Text Example

White with #9FBE98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,190,152); }

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

background-color css

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

 a { background-color: rgb(159,190,152); }

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

border-color css

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

 span { border-color: rgb(159,190,152); }

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