#99D585

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

Shades of Gossip #99D585

Tints of Gossip #99D585

Color information

#99D585 (or 0x99D585) is unknown color: approx Gossip. HEX triplet: 99, D5 and 85. RGB value is (153,213,133). Sum of RGB (Red+Green+Blue) = 153+213+133=499 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.66% from 499); Green value is 213 (83.59% from 255 or 42.69% from 499); Blue value is 133 (52.34% from 255 or 26.65% from 499); Max value from RGB is 213 - color contains mainly: green. Hex color #99D585 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99D585 is #662A7A. Grayscale: #BABABA. Windows color (decimal): -6695547 or 8770969. OLE color: 8770969.

HSL color Cylindrical-coordinate representation of color #99D585: hue angle of 105º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #99D585 is Cyan = 0.28, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB153213133-
CMYK0.2800.380.16
HSL105º48.78%67.84%-
HSV(B)105º37.56%83.53%-
XYZ41.1656.0530.84-
YUV185.9498.12104.5-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.66%
GREEN value IS 213 (83.59% from 255) = 42.69%
BLUE value IS 133 (52.34% from 255) = 26.65%
R=30.66%
G=42.69%
B=26.65%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1532131330.2800.380.1610548.7867.84
Hex99D5851C02610693144
Octal231325205340462015161104
Binary1001100111010101100001011110001001101000011010011100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99D585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,213,133); }

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

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

 a { background-color: rgb(153,213,133); }

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

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

 span { border-color: rgb(153,213,133); }

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