#99BD93

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

Shades of Spring Rain #99BD93

Tints of Spring Rain #99BD93

Color information

#99BD93 (or 0x99BD93) is unknown color: approx Spring Rain. HEX triplet: 99, BD and 93. RGB value is (153,189,147). Sum of RGB (Red+Green+Blue) = 153+189+147=489 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.29% from 489); Green value is 189 (74.22% from 255 or 38.65% from 489); Blue value is 147 (57.81% from 255 or 30.06% from 489); Max value from RGB is 189 - color contains mainly: green. Hex color #99BD93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99BD93 is #66426C. Grayscale: #ADADAD. Windows color (decimal): -6701677 or 9682329. OLE color: 9682329.

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

Color convert

RGB153189147-
CMYK0.1900.220.26
HSL111.43º24.14%65.88%-
HSV(B)111.43º22.22%74.12%-
XYZ36.645.2734.41-
YUV173.45113.07113.42-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.29%
GREEN value IS 189 (74.22% from 255) = 38.65%
BLUE value IS 147 (57.81% from 255) = 30.06%
R=31.29%
G=38.65%
B=30.06%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1531891470.1900.220.26111.4324.1465.88
Hex99BD93130161A6f1842
Octal231275223230263215730102
Binary10011001101111011001001110011010110110101101111110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99BD93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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