#99CA78

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

Shades of Gossip #99CA78

Tints of Gossip #99CA78

Color information

#99CA78 (or 0x99CA78) is unknown color: approx Gossip. HEX triplet: 99, CA and 78. RGB value is (153,202,120). Sum of RGB (Red+Green+Blue) = 153+202+120=475 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.21% from 475); Green value is 202 (79.30% from 255 or 42.53% from 475); Blue value is 120 (47.27% from 255 or 25.26% from 475); Max value from RGB is 202 - color contains mainly: green. Hex color #99CA78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99CA78 is #663587. Grayscale: #B2B2B2. Windows color (decimal): -6698376 or 7916185. OLE color: 7916185.

HSL color Cylindrical-coordinate representation of color #99CA78: hue angle of 95.85º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #99CA78 is Cyan = 0.24, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.21.

Color convert

RGB153202120-
CMYK0.2400.410.21
HSL95.85º43.62%63.14%-
HSV(B)95.85º40.59%79.22%-
XYZ37.6550.3725.51-
YUV17895.27110.17-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.21%
GREEN value IS 202 (79.30% from 255) = 42.53%
BLUE value IS 120 (47.27% from 255) = 25.26%
R=32.21%
G=42.53%
B=25.26%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1532021200.2400.410.2195.8543.6263.14
Hex99CA781802915602c3f
Octal23131217030051251405477
Binary10011001110010101111000110000101001101011100000101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99CA78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,202,120); }

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

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

 a { background-color: rgb(153,202,120); }

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

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

 span { border-color: rgb(153,202,120); }

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