#99BD8C

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

Shades of Spring Rain #99BD8C

Tints of Spring Rain #99BD8C

Color information

#99BD8C (or 0x99BD8C) is unknown color: approx Spring Rain. HEX triplet: 99, BD and 8C. RGB value is (153,189,140). Sum of RGB (Red+Green+Blue) = 153+189+140=482 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.74% from 482); Green value is 189 (74.22% from 255 or 39.21% from 482); Blue value is 140 (55.08% from 255 or 29.05% from 482); Max value from RGB is 189 - color contains mainly: green. Hex color #99BD8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99BD8C is #664273. Grayscale: #ACACAC. Windows color (decimal): -6701684 or 9223577. OLE color: 9223577.

HSL color Cylindrical-coordinate representation of color #99BD8C: hue angle of 104.08º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #99BD8C is Cyan = 0.19, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.

Color convert

RGB153189140-
CMYK0.1900.260.26
HSL104.08º27.07%64.51%-
HSV(B)104.08º25.93%74.12%-
XYZ36.0745.0631.61-
YUV172.65109.57113.98-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.74%
GREEN value IS 189 (74.22% from 255) = 39.21%
BLUE value IS 140 (55.08% from 255) = 29.05%
R=31.74%
G=39.21%
B=29.05%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1531891400.1900.260.26104.0827.0764.51
Hex99BD8C1301A1A681b41
Octal231275214230323215033101
Binary10011001101111011000110010011011010110101101000110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99BD8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,189,140); }

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

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

 a { background-color: rgb(153,189,140); }

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

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

 span { border-color: rgb(153,189,140); }

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