#9BCF8C

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

Shades of Gossip #9BCF8C

Tints of Gossip #9BCF8C

Color information

#9BCF8C (or 0x9BCF8C) is unknown color: approx Gossip. HEX triplet: 9B, CF and 8C. RGB value is (155,207,140). Sum of RGB (Red+Green+Blue) = 155+207+140=502 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.88% from 502); Green value is 207 (81.25% from 255 or 41.24% from 502); Blue value is 140 (55.08% from 255 or 27.89% from 502); Max value from RGB is 207 - color contains mainly: green. Hex color #9BCF8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BCF8C is #643073. Grayscale: #B8B8B8. Windows color (decimal): -6566004 or 9228187. OLE color: 9228187.

HSL color Cylindrical-coordinate representation of color #9BCF8C: hue angle of 106.57º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9BCF8C is Cyan = 0.25, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.19.

Color convert

RGB155207140-
CMYK0.2500.320.19
HSL106.57º41.1%68.04%-
HSV(B)106.57º32.37%81.18%-
XYZ40.5653.4933-
YUV183.81103.27107.45-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.88%
GREEN value IS 207 (81.25% from 255) = 41.24%
BLUE value IS 140 (55.08% from 255) = 27.89%
R=30.88%
G=41.24%
B=27.89%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1552071400.2500.320.19106.5741.168.04
Hex9BCF8C19020136b2944
Octal233317214310402315351104
Binary1001101111001111100011001100101000001001111010111010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCF8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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