#99BF8B

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

Shades of Spring Rain #99BF8B

Tints of Spring Rain #99BF8B

Color information

#99BF8B (or 0x99BF8B) is unknown color: approx Spring Rain. HEX triplet: 99, BF and 8B. RGB value is (153,191,139). Sum of RGB (Red+Green+Blue) = 153+191+139=483 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.68% from 483); Green value is 191 (75% from 255 or 39.54% from 483); Blue value is 139 (54.69% from 255 or 28.78% from 483); Max value from RGB is 191 - color contains mainly: green. Hex color #99BF8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99BF8B is #664074. Grayscale: #ADADAD. Windows color (decimal): -6701173 or 9158553. OLE color: 9158553.

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

Color convert

RGB153191139-
CMYK0.2000.270.25
HSL103.85º28.89%64.71%-
HSV(B)103.85º27.23%74.9%-
XYZ36.4345.931.37-
YUV173.71108.41113.23-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.68%
GREEN value IS 191 (75% from 255) = 39.54%
BLUE value IS 139 (54.69% from 255) = 28.78%
R=31.68%
G=39.54%
B=28.78%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1531911390.2000.270.25103.8528.8964.71
Hex99BF8B1401B19681d41
Octal231277213240333115035101
Binary10011001101111111000101110100011011110011101000111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99BF8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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