#99DA84

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

Shades of Gossip #99DA84

Tints of Gossip #99DA84

Color information

#99DA84 (or 0x99DA84) is unknown color: approx Gossip. HEX triplet: 99, DA and 84. RGB value is (153,218,132). Sum of RGB (Red+Green+Blue) = 153+218+132=503 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.42% from 503); Green value is 218 (85.55% from 255 or 43.34% from 503); Blue value is 132 (51.95% from 255 or 26.24% from 503); Max value from RGB is 218 - color contains mainly: green. Hex color #99DA84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99DA84 is #66257B. Grayscale: #BDBDBD. Windows color (decimal): -6694268 or 8706713. OLE color: 8706713.

HSL color Cylindrical-coordinate representation of color #99DA84: hue angle of 105.35º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #99DA84 is Cyan = 0.30, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB153218132-
CMYK0.3000.390.15
HSL105.35º53.75%68.63%-
HSV(B)105.35º39.45%85.49%-
XYZ42.3758.5830.9-
YUV188.7695.97102.49-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.42%
GREEN value IS 218 (85.55% from 255) = 43.34%
BLUE value IS 132 (51.95% from 255) = 26.24%
R=30.42%
G=43.34%
B=26.24%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1532181320.3000.390.15105.3553.7568.63
Hex99DA841E027F693645
Octal231332204360471715166105
Binary100110011101101010000100111100100111111111010011101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99DA84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,218,132); }

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

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

 a { background-color: rgb(153,218,132); }

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

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

 span { border-color: rgb(153,218,132); }

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