#9BC181

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

Shades of Gossip #9BC181

Tints of Gossip #9BC181

Color information

#9BC181 (or 0x9BC181) is unknown color: approx Gossip. HEX triplet: 9B, C1 and 81. RGB value is (155,193,129). Sum of RGB (Red+Green+Blue) = 155+193+129=477 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.49% from 477); Green value is 193 (75.78% from 255 or 40.46% from 477); Blue value is 129 (50.78% from 255 or 27.04% from 477); Max value from RGB is 193 - color contains mainly: green. Hex color #9BC181 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BC181 is #643E7E. Grayscale: #AEAEAE. Windows color (decimal): -6569599 or 8503707. OLE color: 8503707.

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

Color convert

RGB155193129-
CMYK0.2000.330.24
HSL95.62º34.04%63.14%-
HSV(B)95.62º33.16%75.69%-
XYZ36.5546.6927.86-
YUV174.34102.41114.2-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.49%
GREEN value IS 193 (75.78% from 255) = 40.46%
BLUE value IS 129 (50.78% from 255) = 27.04%
R=32.49%
G=40.46%
B=27.04%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1551931290.2000.330.2495.6234.0463.14
Hex9BC181140211860223f
Octal23330120124041301404277
Binary100110111100000110000001101000100001110001100000100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BC181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,193,129); }

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

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

 a { background-color: rgb(155,193,129); }

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

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

 span { border-color: rgb(155,193,129); }

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