#9CC38B

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

Shades of Gossip #9CC38B

Tints of Gossip #9CC38B

Color information

#9CC38B (or 0x9CC38B) is unknown color: approx Gossip. HEX triplet: 9C, C3 and 8B. RGB value is (156,195,139). Sum of RGB (Red+Green+Blue) = 156+195+139=490 (64% of max value = 765). Red value is 156 (61.33% from 255 or 31.84% from 490); Green value is 195 (76.56% from 255 or 39.80% from 490); Blue value is 139 (54.69% from 255 or 28.37% from 490); Max value from RGB is 195 - color contains mainly: green. Hex color #9CC38B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CC38B is #633C74. Grayscale: #B1B1B1. Windows color (decimal): -6503541 or 9159580. OLE color: 9159580.

HSL color Cylindrical-coordinate representation of color #9CC38B: hue angle of 101.79º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9CC38B is Cyan = 0.20, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.

Color convert

RGB156195139-
CMYK0.2000.290.24
HSL101.79º31.82%65.49%-
HSV(B)101.79º28.72%76.47%-
XYZ37.8947.9631.69-
YUV176.96106.58113.05-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.84%
GREEN value IS 195 (76.56% from 255) = 39.80%
BLUE value IS 139 (54.69% from 255) = 28.37%
R=31.84%
G=39.80%
B=28.37%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1561951390.2000.290.24101.7931.8265.49
Hex9CC38B1401D18662041
Octal234303213240353014640101
Binary100111001100001110001011101000111011100011001101000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CC38B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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