#99CC73

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

Shades of Gossip #99CC73

Tints of Gossip #99CC73

Color information

#99CC73 (or 0x99CC73) is unknown color: approx Gossip. HEX triplet: 99, CC and 73. RGB value is (153,204,115). Sum of RGB (Red+Green+Blue) = 153+204+115=472 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.42% from 472); Green value is 204 (80.08% from 255 or 43.22% from 472); Blue value is 115 (45.31% from 255 or 24.36% from 472); Max value from RGB is 204 - color contains mainly: green. Hex color #99CC73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99CC73 is #66338C. Grayscale: #B2B2B2. Windows color (decimal): -6697869 or 7589017. OLE color: 7589017.

HSL color Cylindrical-coordinate representation of color #99CC73: hue angle of 94.38º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #99CC73 is Cyan = 0.25, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.2.

Color convert

RGB153204115-
CMYK0.2500.440.2
HSL94.38º46.6%62.55%-
HSV(B)94.38º43.63%80%-
XYZ37.8251.224.11-
YUV178.692.1109.74-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.42%
GREEN value IS 204 (80.08% from 255) = 43.22%
BLUE value IS 115 (45.31% from 255) = 24.36%
R=32.42%
G=43.22%
B=24.36%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1532041150.2500.440.294.3846.662.55
Hex99CC731902C145e2f3f
Octal23131416331054241365777
Binary10011001110011001110011110010101100101001011110101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99CC73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,204,115); }

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

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

 a { background-color: rgb(153,204,115); }

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

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

 span { border-color: rgb(153,204,115); }

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