#9BCB77

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

Shades of Gossip #9BCB77

Tints of Gossip #9BCB77

Color information

#9BCB77 (or 0x9BCB77) is unknown color: approx Gossip. HEX triplet: 9B, CB and 77. RGB value is (155,203,119). Sum of RGB (Red+Green+Blue) = 155+203+119=477 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.49% from 477); Green value is 203 (79.69% from 255 or 42.56% from 477); Blue value is 119 (46.88% from 255 or 24.95% from 477); Max value from RGB is 203 - color contains mainly: green. Hex color #9BCB77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BCB77 is #643488. Grayscale: #B3B3B3. Windows color (decimal): -6567049 or 7850907. OLE color: 7850907.

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

Color convert

RGB155203119-
CMYK0.2400.410.20
HSL94.29º44.68%63.14%-
HSV(B)94.29º41.38%79.61%-
XYZ38.251.0125.29-
YUV179.0794.1110.83-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.49%
GREEN value IS 203 (79.69% from 255) = 42.56%
BLUE value IS 119 (46.88% from 255) = 24.95%
R=32.49%
G=42.56%
B=24.95%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1552031190.2400.410.2094.2944.6863.14
Hex9BCB7718029145e2d3f
Octal23331316730051241365577
Binary10011011110010111110111110000101001101001011110101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCB77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,203,119); }

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

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

 a { background-color: rgb(155,203,119); }

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

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

 span { border-color: rgb(155,203,119); }

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