#9CC88B

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

Shades of Gossip #9CC88B

Tints of Gossip #9CC88B

Color information

#9CC88B (or 0x9CC88B) is unknown color: approx Gossip. HEX triplet: 9C, C8 and 8B. RGB value is (156,200,139). Sum of RGB (Red+Green+Blue) = 156+200+139=495 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.52% from 495); Green value is 200 (78.52% from 255 or 40.40% from 495); Blue value is 139 (54.69% from 255 or 28.08% from 495); Max value from RGB is 200 - color contains mainly: green. Hex color #9CC88B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CC88B is #633774. Grayscale: #B4B4B4. Windows color (decimal): -6502261 or 9160860. OLE color: 9160860.

HSL color Cylindrical-coordinate representation of color #9CC88B: hue angle of 103.28º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9CC88B is Cyan = 0.22, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.22.

Color convert

RGB156200139-
CMYK0.2200.300.22
HSL103.28º35.67%66.47%-
HSV(B)103.28º30.5%78.43%-
XYZ39.0250.2432.07-
YUV179.89104.92110.96-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.52%
GREEN value IS 200 (78.52% from 255) = 40.40%
BLUE value IS 139 (54.69% from 255) = 28.08%
R=31.52%
G=40.40%
B=28.08%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1562001390.2200.300.22103.2835.6766.47
Hex9CC88B1601E16672442
Octal234310213260362614744102
Binary100111001100100010001011101100111101011011001111001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CC88B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,200,139); }

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

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

 a { background-color: rgb(156,200,139); }

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

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

 span { border-color: rgb(156,200,139); }

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