#9BCF85

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

Shades of Gossip #9BCF85

Tints of Gossip #9BCF85

Color information

#9BCF85 (or 0x9BCF85) is unknown color: approx Gossip. HEX triplet: 9B, CF and 85. RGB value is (155,207,133). Sum of RGB (Red+Green+Blue) = 155+207+133=495 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.31% from 495); Green value is 207 (81.25% from 255 or 41.82% from 495); Blue value is 133 (52.34% from 255 or 26.87% from 495); Max value from RGB is 207 - color contains mainly: green. Hex color #9BCF85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BCF85 is #64307A. Grayscale: #B7B7B7. Windows color (decimal): -6566011 or 8769435. OLE color: 8769435.

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

Color convert

RGB155207133-
CMYK0.2500.360.19
HSL102.16º43.53%66.67%-
HSV(B)102.16º35.75%81.18%-
XYZ40.0653.2930.36-
YUV183.0299.77108.02-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.31%
GREEN value IS 207 (81.25% from 255) = 41.82%
BLUE value IS 133 (52.34% from 255) = 26.87%
R=31.31%
G=41.82%
B=26.87%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1552071330.2500.360.19102.1643.5366.67
Hex9BCF851902413662c43
Octal233317205310442314654103
Binary1001101111001111100001011100101001001001111001101011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCF85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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