#9BC182

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

Shades of Gossip #9BC182

Tints of Gossip #9BC182

Color information

#9BC182 (or 0x9BC182) is unknown color: approx Gossip. HEX triplet: 9B, C1 and 82. RGB value is (155,193,130). Sum of RGB (Red+Green+Blue) = 155+193+130=478 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.43% from 478); Green value is 193 (75.78% from 255 or 40.38% from 478); Blue value is 130 (51.17% from 255 or 27.20% from 478); Max value from RGB is 193 - color contains mainly: green. Hex color #9BC182 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BC182 is #643E7D. Grayscale: #AEAEAE. Windows color (decimal): -6569598 or 8569243. OLE color: 8569243.

HSL color Cylindrical-coordinate representation of color #9BC182: hue angle of 96.19º 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 #9BC182 is Cyan = 0.20, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.24.

Color convert

RGB155193130-
CMYK0.2000.330.24
HSL96.19º33.69%63.33%-
HSV(B)96.19º32.64%75.69%-
XYZ36.6246.7228.21-
YUV174.46102.91114.12-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.43%
GREEN value IS 193 (75.78% from 255) = 40.38%
BLUE value IS 130 (51.17% from 255) = 27.20%
R=32.43%
G=40.38%
B=27.20%

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
Decimal1551931300.2000.330.2496.1933.6963.33
Hex9BC182140211860223f
Octal23330120224041301404277
Binary100110111100000110000010101000100001110001100000100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BC182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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