#99D872

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

Shades of Gossip #99D872

Tints of Gossip #99D872

Color information

#99D872 (or 0x99D872) is unknown color: approx Gossip. HEX triplet: 99, D8 and 72. RGB value is (153,216,114). Sum of RGB (Red+Green+Blue) = 153+216+114=483 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.68% from 483); Green value is 216 (84.77% from 255 or 44.72% from 483); Blue value is 114 (44.92% from 255 or 23.60% from 483); Max value from RGB is 216 - color contains mainly: green. Hex color #99D872 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99D872 is #66278D. Grayscale: #B9B9B9. Windows color (decimal): -6694798 or 7526553. OLE color: 7526553.

HSL color Cylindrical-coordinate representation of color #99D872: hue angle of 97.06º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #99D872 is Cyan = 0.29, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB153216114-
CMYK0.2900.470.15
HSL97.06º56.67%64.71%-
HSV(B)97.06º47.22%84.71%-
XYZ40.7357.124.79-
YUV185.5487.63104.79-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.68%
GREEN value IS 216 (84.77% from 255) = 44.72%
BLUE value IS 114 (44.92% from 255) = 23.60%
R=31.68%
G=44.72%
B=23.60%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1532161140.2900.470.1597.0656.6764.71
Hex99D8721D02FF613941
Octal231330162350571714171101
Binary10011001110110001110010111010101111111111000011110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99D872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,216,114); }

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

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

 a { background-color: rgb(153,216,114); }

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

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

 span { border-color: rgb(153,216,114); }

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