#99D569

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

Shades of Gossip #99D569

Tints of Gossip #99D569

Color information

#99D569 (or 0x99D569) is unknown color: approx Gossip. HEX triplet: 99, D5 and 69. RGB value is (153,213,105). Sum of RGB (Red+Green+Blue) = 153+213+105=471 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.48% from 471); Green value is 213 (83.59% from 255 or 45.22% from 471); Blue value is 105 (41.41% from 255 or 22.29% from 471); Max value from RGB is 213 - color contains mainly: green. Hex color #99D569 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99D569 is #662A96. Grayscale: #B7B7B7. Windows color (decimal): -6695575 or 6935961. OLE color: 6935961.

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

Color convert

RGB153213105-
CMYK0.2800.510.16
HSL93.33º56.25%62.35%-
HSV(B)93.33º50.7%83.53%-
XYZ39.4855.3821.97-
YUV182.7584.12106.78-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.48%
GREEN value IS 213 (83.59% from 255) = 45.22%
BLUE value IS 105 (41.41% from 255) = 22.29%
R=32.48%
G=45.22%
B=22.29%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1532131050.2800.510.1693.3356.2562.35
Hex99D5691C033105d383e
Octal23132515134063201357076
Binary10011001110101011101001111000110011100001011101111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99D569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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