#9BC38C

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

Shades of Gossip #9BC38C

Tints of Gossip #9BC38C

Color information

#9BC38C (or 0x9BC38C) is unknown color: approx Gossip. HEX triplet: 9B, C3 and 8C. RGB value is (155,195,140). Sum of RGB (Red+Green+Blue) = 155+195+140=490 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.63% from 490); Green value is 195 (76.56% from 255 or 39.80% from 490); Blue value is 140 (55.08% from 255 or 28.57% from 490); Max value from RGB is 195 - color contains mainly: green. Hex color #9BC38C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BC38C is #643C73. Grayscale: #B0B0B0. Windows color (decimal): -6569076 or 9225115. OLE color: 9225115.

HSL color Cylindrical-coordinate representation of color #9BC38C: hue angle of 103.64º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9BC38C is Cyan = 0.21, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB155195140-
CMYK0.2100.280.24
HSL103.64º31.43%65.69%-
HSV(B)103.64º28.21%76.47%-
XYZ37.7747.8932.06-
YUV176.77107.25112.47-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.63%
GREEN value IS 195 (76.56% from 255) = 39.80%
BLUE value IS 140 (55.08% from 255) = 28.57%
R=31.63%
G=39.80%
B=28.57%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1551951400.2100.280.24103.6431.4365.69
Hex9BC38C1501C18681f42
Octal233303214250343015037102
Binary10011011110000111000110010101011100110001101000111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BC38C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,195,140); }

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

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

 a { background-color: rgb(155,195,140); }

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

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

 span { border-color: rgb(155,195,140); }

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