Html Css Color HEX #99B990 Spring Rain

📋 copy color: '#99B990'

red 153 ◦ green 185 ◦ blue 144

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

Shades of Spring Rain #99B990

Tints of Spring Rain #99B990

RGB

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

 GREEN value IS 185 (72.66% from 255) = 38.38%

 BLUE value IS 144 (56.64% from 255) = 29.88%

R = 31.74%
G = 38.38%
B = 29.88%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#99B990 (or 0x99B990) is known color: Spring Rain. HEX triplet: 99, B9 and 90. RGB value is (153,185,144). Sum of RGB (Red+Green+Blue) = 153+185+144=482 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.74% from 482); Green value is 185 (72.66% from 255 or 38.38% from 482); Blue value is 144 (56.64% from 255 or 29.88% from 482); Max value from RGB is 185 - color contains mainly: green. Hex color #99B990 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99B990 is #66466F. Grayscale: #AAAAAA. Windows color (decimal): -6702704 or 9484697. OLE color: 9484697.

HSL color Cylindrical-coordinate representation of color #99B990: hue angle of 106.83º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #99B990 is Cyan = 0.17, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB 153 185 144 -
CMYK 0.17 0 0.22 0.27
HSL 106.83º 0.23% 0.65% -
HSV(B) 106.83º 0.22% 0.73% -
XYZ 35.52 43.48 32.91 -
YUV 170.76 112.9 115.33 -
System Red Green Blue C M Y K H S L
Decimal 153 185 144 0.17 0 0.22 0.27 106.83 0.23 0.65
Hex 99 B9 90 11 0 16 1B 6B 17 41
Octal 231 271 220 21 0 26 33 153 27 101
Binary 10011001 10111001 10010000 10001 0 10110 11011 1101011 10111 1000001

Color Harmonies of #99B990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99B990

Black with #99B990

Text Example


Text Example

White with #99B990

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,185,144); }

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

background-color css

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

 a { background-color: rgb(153,185,144); }

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

border-color css

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

 span { border-color: rgb(153,185,144); }

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