Html Css Color HEX #99BD91 Spring Rain

📋 copy color: '#99BD91'

red 153 ◦ green 189 ◦ blue 145

#99BD91
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spring Rain #99BD91

Tints of Spring Rain #99BD91

RGB

 RED value IS 153 (60.16% from 255) = 31.42%

 GREEN value IS 189 (74.22% from 255) = 38.81%

 BLUE value IS 145 (57.03% from 255) = 29.77%

R = 31.42%
G = 38.81%
B = 29.77%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#99BD91 (or 0x99BD91) is known color: Spring Rain. HEX triplet: 99, BD and 91. RGB value is (153,189,145). Sum of RGB (Red+Green+Blue) = 153+189+145=487 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.42% from 487); Green value is 189 (74.22% from 255 or 38.81% from 487); Blue value is 145 (57.03% from 255 or 29.77% from 487); Max value from RGB is 189 - color contains mainly: green. Hex color #99BD91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99BD91 is #66426E. Grayscale: #ADADAD. Windows color (decimal): -6701679 or 9551257. OLE color: 9551257.

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

Color convert

RGB 153 189 145 -
CMYK 0.19 0 0.23 0.26
HSL 109.09º 0.25% 0.65% -
HSV(B) 109.09º 0.23% 0.74% -
XYZ 36.45 45.21 33.59 -
YUV 173.22 112.07 113.58 -
System Red Green Blue C M Y K H S L
Decimal 153 189 145 0.19 0 0.23 0.26 109.09 0.25 0.65
Hex 99 BD 91 13 0 17 1A 6D 19 41
Octal 231 275 221 23 0 27 32 155 31 101
Binary 10011001 10111101 10010001 10011 0 10111 11010 1101101 11001 1000001

Color Harmonies of #99BD91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99BD91

Black with #99BD91

Text Example


Text Example

White with #99BD91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #99BD91;
 }
 .AnyTagClassName
 {
   color: #99BD91;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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