#99C281

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

Shades of Gossip #99C281

Tints of Gossip #99C281

Color information

#99C281 (or 0x99C281) is unknown color: approx Gossip. HEX triplet: 99, C2 and 81. RGB value is (153,194,129). Sum of RGB (Red+Green+Blue) = 153+194+129=476 (63% of max value = 765). Red value is 153 (60.16% from 255 or 32.14% from 476); Green value is 194 (76.17% from 255 or 40.76% from 476); Blue value is 129 (50.78% from 255 or 27.10% from 476); Max value from RGB is 194 - color contains mainly: green. Hex color #99C281 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99C281 is #663D7E. Grayscale: #AEAEAE. Windows color (decimal): -6700415 or 8503961. OLE color: 8503961.

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

Color convert

RGB153194129-
CMYK0.2100.340.24
HSL97.85º34.76%63.33%-
HSV(B)97.85º33.51%76.08%-
XYZ36.3946.9427.91-
YUV174.33102.42112.79-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.14%
GREEN value IS 194 (76.17% from 255) = 40.76%
BLUE value IS 129 (50.78% from 255) = 27.10%
R=32.14%
G=40.76%
B=27.10%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1531941290.2100.340.2497.8534.7663.33
Hex99C281150221862233f
Octal23130220125042301424377
Binary100110011100001010000001101010100010110001100010100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99C281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,194,129); }

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

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

 a { background-color: rgb(153,194,129); }

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

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

 span { border-color: rgb(153,194,129); }

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