#9CCB84

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

Shades of Gossip #9CCB84

Tints of Gossip #9CCB84

Color information

#9CCB84 (or 0x9CCB84) is unknown color: approx Gossip. HEX triplet: 9C, CB and 84. RGB value is (156,203,132). Sum of RGB (Red+Green+Blue) = 156+203+132=491 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.77% from 491); Green value is 203 (79.69% from 255 or 41.34% from 491); Blue value is 132 (51.95% from 255 or 26.88% from 491); Max value from RGB is 203 - color contains mainly: green. Hex color #9CCB84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CCB84 is #63347B. Grayscale: #B5B5B5. Windows color (decimal): -6501500 or 8702876. OLE color: 8702876.

HSL color Cylindrical-coordinate representation of color #9CCB84: hue angle of 99.72º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9CCB84 is Cyan = 0.23, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.20.

Color convert

RGB156203132-
CMYK0.2300.350.20
HSL99.72º40.57%65.69%-
HSV(B)99.72º34.98%79.61%-
XYZ39.2351.4529.69-
YUV180.85100.43110.27-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.77%
GREEN value IS 203 (79.69% from 255) = 41.34%
BLUE value IS 132 (51.95% from 255) = 26.88%
R=31.77%
G=41.34%
B=26.88%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1562031320.2300.350.2099.7240.5765.69
Hex9CCB841702314642942
Octal234313204270432414451102
Binary1001110011001011100001001011101000111010011001001010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CCB84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,203,132); }

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

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

 a { background-color: rgb(156,203,132); }

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

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

 span { border-color: rgb(156,203,132); }

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