#9DBF92

Color #9DBF92 Spring Rain (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Rain #9DBF92

Tints of Spring Rain #9DBF92

Color information

#9DBF92 (or 0x9DBF92) is unknown color: approx Spring Rain. HEX triplet: 9D, BF and 92. RGB value is (157,191,146). Sum of RGB (Red+Green+Blue) = 157+191+146=494 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.78% from 494); Green value is 191 (75% from 255 or 38.66% from 494); Blue value is 146 (57.42% from 255 or 29.55% from 494); Max value from RGB is 191 - color contains mainly: green. Hex color #9DBF92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DBF92 is #62406D. Grayscale: #AFAFAF. Windows color (decimal): -6439022 or 9617309. OLE color: 9617309.

HSL color Cylindrical-coordinate representation of color #9DBF92: hue angle of 105.33º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9DBF92 is Cyan = 0.18, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.25.

Color convert

RGB157191146-
CMYK0.1800.240.25
HSL105.33º26.01%66.08%-
HSV(B)105.33º23.56%74.9%-
XYZ37.7246.5134.18-
YUV175.7111.24114.66-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.78%
GREEN value IS 191 (75% from 255) = 38.66%
BLUE value IS 146 (57.42% from 255) = 29.55%
R=31.78%
G=38.66%
B=29.55%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1571911460.1800.240.25105.3326.0166.08
Hex9DBF921201819691a42
Octal235277222220303115132102
Binary10011101101111111001001010010011000110011101001110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DBF92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9DBF92;
 }
 .AnyTagClassName
 {
   color: #9DBF92;
 }
</style>
background-color css

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

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

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

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

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

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