#99BC8C

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

Shades of Spring Rain #99BC8C

Tints of Spring Rain #99BC8C

Color information

#99BC8C (or 0x99BC8C) is unknown color: approx Spring Rain. HEX triplet: 99, BC and 8C. RGB value is (153,188,140). Sum of RGB (Red+Green+Blue) = 153+188+140=481 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.81% from 481); Green value is 188 (73.83% from 255 or 39.09% from 481); Blue value is 140 (55.08% from 255 or 29.11% from 481); Max value from RGB is 188 - color contains mainly: green. Hex color #99BC8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99BC8C is #664373. Grayscale: #ACACAC. Windows color (decimal): -6701940 or 9223321. OLE color: 9223321.

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

Color convert

RGB153188140-
CMYK0.1900.260.26
HSL103.75º26.37%64.31%-
HSV(B)103.75º25.53%73.73%-
XYZ35.8544.6331.54-
YUV172.06109.9114.4-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.81%
GREEN value IS 188 (73.83% from 255) = 39.09%
BLUE value IS 140 (55.08% from 255) = 29.11%
R=31.81%
G=39.09%
B=29.11%

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
Decimal1531881400.1900.260.26103.7526.3764.31
Hex99BC8C1301A1A681a40
Octal231274214230323215032100
Binary10011001101111001000110010011011010110101101000110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99BC8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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