#9CD087

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

Shades of Gossip #9CD087

Tints of Gossip #9CD087

Color information

#9CD087 (or 0x9CD087) is unknown color: approx Gossip. HEX triplet: 9C, D0 and 87. RGB value is (156,208,135). Sum of RGB (Red+Green+Blue) = 156+208+135=499 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.26% from 499); Green value is 208 (81.64% from 255 or 41.68% from 499); Blue value is 135 (53.12% from 255 or 27.05% from 499); Max value from RGB is 208 - color contains mainly: green. Hex color #9CD087 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CD087 is #632F78. Grayscale: #B8B8B8. Windows color (decimal): -6500217 or 8900764. OLE color: 8900764.

HSL color Cylindrical-coordinate representation of color #9CD087: hue angle of 102.74º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9CD087 is Cyan = 0.25, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.18.

Color convert

RGB156208135-
CMYK0.2500.350.18
HSL102.74º43.71%67.25%-
HSV(B)102.74º35.1%81.57%-
XYZ40.6453.9331.19-
YUV184.13100.27107.94-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.26%
GREEN value IS 208 (81.64% from 255) = 41.68%
BLUE value IS 135 (53.12% from 255) = 27.05%
R=31.26%
G=41.68%
B=27.05%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1562081350.2500.350.18102.7443.7167.25
Hex9CD0871902312672c43
Octal234320207310432214754103
Binary1001110011010000100001111100101000111001011001111011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CD087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9CD087; }

 p { color: rgb(156,208,135); }

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

<style>
 a { background-color: #9CD087; }

 a { background-color: rgb(156,208,135); }

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

<style>
 span { border-color: #9CD087; }

 span { border-color: rgb(156,208,135); }

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