Html Css Color HEX #99BD94 Spring Rain

📋 copy color: '#99BD94'

red 153 ◦ green 189 ◦ blue 148

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

Shades of Spring Rain #99BD94

Tints of Spring Rain #99BD94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 30.2%

R = 31.22%
G = 38.57%
B = 30.2%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.22

 K value IS 0.26

RGB Variations

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

Color information

#99BD94 (or 0x99BD94) is known color: Spring Rain. HEX triplet: 99, BD and 94. RGB value is (153,189,148). Sum of RGB (Red+Green+Blue) = 153+189+148=490 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.22% from 490); Green value is 189 (74.22% from 255 or 38.57% from 490); Blue value is 148 (58.20% from 255 or 30.20% from 490); Max value from RGB is 189 - color contains mainly: green. Hex color #99BD94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99BD94 is #66426B. Grayscale: #ADADAD. Windows color (decimal): -6701676 or 9747865. OLE color: 9747865.

HSL color Cylindrical-coordinate representation of color #99BD94: hue angle of 112.68º 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 #99BD94 is Cyan = 0.19, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.26.

Color convert

RGB 153 189 148 -
CMYK 0.19 0 0.22 0.26
HSL 112.68º 0.24% 0.66% -
HSV(B) 112.68º 0.22% 0.74% -
XYZ 36.68 45.31 34.83 -
YUV 173.56 113.57 113.33 -
System Red Green Blue C M Y K H S L
Decimal 153 189 148 0.19 0 0.22 0.26 112.68 0.24 0.66
Hex 99 BD 94 13 0 16 1A 71 18 42
Octal 231 275 224 23 0 26 32 161 30 102
Binary 10011001 10111101 10010100 10011 0 10110 11010 1110001 11000 1000010

Color Harmonies of #99BD94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99BD94

Black with #99BD94

Text Example


Text Example

White with #99BD94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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