#99B992

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

Shades of Spring Rain #99B992

Tints of Spring Rain #99B992

Color information

#99B992 (or 0x99B992) is unknown color: approx Spring Rain. HEX triplet: 99, B9 and 92. RGB value is (153,185,146). Sum of RGB (Red+Green+Blue) = 153+185+146=484 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.61% from 484); Green value is 185 (72.66% from 255 or 38.22% from 484); Blue value is 146 (57.42% from 255 or 30.17% from 484); Max value from RGB is 185 - color contains mainly: green. Hex color #99B992 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99B992 is #66466D. Grayscale: #ABABAB. Windows color (decimal): -6702702 or 9615769. OLE color: 9615769.

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

Color convert

RGB153185146-
CMYK0.1700.210.27
HSL109.23º21.79%64.9%-
HSV(B)109.23º21.08%72.55%-
XYZ35.6743.5533.72-
YUV170.99113.9115.17-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.61%
GREEN value IS 185 (72.66% from 255) = 38.22%
BLUE value IS 146 (57.42% from 255) = 30.17%
R=31.61%
G=38.22%
B=30.17%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1531851460.1700.210.27109.2321.7964.9
Hex99B992110151B6d1641
Octal231271222210253315526101
Binary10011001101110011001001010001010101110111101101101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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