#99B88C

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

Shades of Spring Rain #99B88C

Tints of Spring Rain #99B88C

Color information

#99B88C (or 0x99B88C) is unknown color: approx Spring Rain. HEX triplet: 99, B8 and 8C. RGB value is (153,184,140). Sum of RGB (Red+Green+Blue) = 153+184+140=477 (63% of max value = 765). Red value is 153 (60.16% from 255 or 32.08% from 477); Green value is 184 (72.27% from 255 or 38.57% from 477); Blue value is 140 (55.08% from 255 or 29.35% from 477); Max value from RGB is 184 - color contains mainly: green. Hex color #99B88C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99B88C is #664773. Grayscale: #A9A9A9. Windows color (decimal): -6702964 or 9222297. OLE color: 9222297.

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

Color convert

RGB153184140-
CMYK0.1700.240.28
HSL102.27º23.66%63.53%-
HSV(B)102.27º23.91%72.16%-
XYZ35.0142.9531.26-
YUV169.72111.23116.08-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.08%
GREEN value IS 184 (72.27% from 255) = 38.57%
BLUE value IS 140 (55.08% from 255) = 29.35%
R=32.08%
G=38.57%
B=29.35%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1531841400.1700.240.28102.2723.6663.53
Hex99B88C110181C661840
Octal231270214210303414630100
Binary10011001101110001000110010001011000111001100110110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B88C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,184,140); }

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

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

 a { background-color: rgb(153,184,140); }

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

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

 span { border-color: rgb(153,184,140); }

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