#99BF8D

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

Shades of Spring Rain #99BF8D

Tints of Spring Rain #99BF8D

Color information

#99BF8D (or 0x99BF8D) is unknown color: approx Spring Rain. HEX triplet: 99, BF and 8D. RGB value is (153,191,141). Sum of RGB (Red+Green+Blue) = 153+191+141=485 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.55% from 485); Green value is 191 (75% from 255 or 39.38% from 485); Blue value is 141 (55.47% from 255 or 29.07% from 485); Max value from RGB is 191 - color contains mainly: green. Hex color #99BF8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99BF8D is #664072. Grayscale: #AEAEAE. Windows color (decimal): -6701171 or 9289625. OLE color: 9289625.

HSL color Cylindrical-coordinate representation of color #99BF8D: hue angle of 105.6º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #99BF8D is Cyan = 0.20, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB153191141-
CMYK0.2000.260.25
HSL105.6º28.09%65.1%-
HSV(B)105.6º26.18%74.9%-
XYZ36.5845.9632.14-
YUV173.94109.41113.07-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.55%
GREEN value IS 191 (75% from 255) = 39.38%
BLUE value IS 141 (55.47% from 255) = 29.07%
R=31.55%
G=39.38%
B=29.07%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1531911410.2000.260.25105.628.0965.1
Hex99BF8D1401A196a1c41
Octal231277215240323115234101
Binary10011001101111111000110110100011010110011101010111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99BF8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99BF8D; }

 p { color: rgb(153,191,141); }

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

<style>
 a { background-color: #99BF8D; }

 a { background-color: rgb(153,191,141); }

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

<style>
 span { border-color: #99BF8D; }

 span { border-color: rgb(153,191,141); }

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