Html Css Color HEX #99B795 Spring Rain

📋 copy color: '#99B795'

red 153 ◦ green 183 ◦ blue 149

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

Shades of Spring Rain #99B795

Tints of Spring Rain #99B795

RGB

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

 GREEN value IS 183 (71.88% from 255) = 37.73%

 BLUE value IS 149 (58.59% from 255) = 30.72%

R = 31.55%
G = 37.73%
B = 30.72%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.19

 K value IS 0.28

RGB Variations

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

Color information

#99B795 (or 0x99B795) is known color: Spring Rain. HEX triplet: 99, B7 and 95. RGB value is (153,183,149). Sum of RGB (Red+Green+Blue) = 153+183+149=485 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.55% from 485); Green value is 183 (71.88% from 255 or 37.73% from 485); Blue value is 149 (58.59% from 255 or 30.72% from 485); Max value from RGB is 183 - color contains mainly: green. Hex color #99B795 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99B795 is #66486A. Grayscale: #AAAAAA. Windows color (decimal): -6703211 or 9811865. OLE color: 9811865.

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

Color convert

RGB 153 183 149 -
CMYK 0.16 0 0.19 0.28
HSL 112.94º 0.19% 0.65% -
HSV(B) 112.94º 0.19% 0.72% -
XYZ 35.5 42.81 34.83 -
YUV 170.15 116.06 115.76 -
System Red Green Blue C M Y K H S L
Decimal 153 183 149 0.16 0 0.19 0.28 112.94 0.19 0.65
Hex 99 B7 95 10 0 13 1C 71 13 41
Octal 231 267 225 20 0 23 34 161 23 101
Binary 10011001 10110111 10010101 10000 0 10011 11100 1110001 10011 1000001

Color Harmonies of #99B795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99B795

Black with #99B795

Text Example


Text Example

White with #99B795

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,183,149); }

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

background-color css

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

 a { background-color: rgb(153,183,149); }

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

border-color css

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

 span { border-color: rgb(153,183,149); }

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