Html Css Color HEX #9DBF98 Spring Rain

📋 copy color: '#9DBF98'

red 157 ◦ green 191 ◦ blue 152

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

Shades of Spring Rain #9DBF98

Tints of Spring Rain #9DBF98

RGB

 RED value IS 157 (61.72% from 255) = 31.4%

 GREEN value IS 191 (75% from 255) = 38.2%

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

R = 31.4%
G = 38.2%
B = 30.4%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.20

 K value IS 0.25

RGB Variations

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

Color information

#9DBF98 (or 0x9DBF98) is known color: Spring Rain. HEX triplet: 9D, BF and 98. RGB value is (157,191,152). Sum of RGB (Red+Green+Blue) = 157+191+152=500 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.4% from 500); Green value is 191 (75% from 255 or 38.2% from 500); Blue value is 152 (59.77% from 255 or 30.4% from 500); Max value from RGB is 191 - color contains mainly: green. Hex color #9DBF98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DBF98 is #624067. Grayscale: #B0B0B0. Windows color (decimal): -6439016 or 10010525. OLE color: 10010525.

HSL color Cylindrical-coordinate representation of color #9DBF98: hue angle of 112.31º 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 #9DBF98 is Cyan = 0.18, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.25.

Color convert

RGB 157 191 152 -
CMYK 0.18 0 0.20 0.25
HSL 112.31º 0.23% 0.67% -
HSV(B) 112.31º 0.2% 0.75% -
XYZ 38.2 46.7 36.71 -
YUV 176.39 114.24 114.17 -
System Red Green Blue C M Y K H S L
Decimal 157 191 152 0.18 0 0.20 0.25 112.31 0.23 0.67
Hex 9D BF 98 12 0 14 19 70 17 43
Octal 235 277 230 22 0 24 31 160 27 103
Binary 10011101 10111111 10011000 10010 0 10100 11001 1110000 10111 1000011

Color Harmonies of #9DBF98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DBF98

Black with #9DBF98

Text Example


Text Example

White with #9DBF98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,191,152); }

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

background-color css

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

 a { background-color: rgb(157,191,152); }

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

border-color css

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

 span { border-color: rgb(157,191,152); }

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