#9BC78A

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

Shades of Gossip #9BC78A

Tints of Gossip #9BC78A

Color information

#9BC78A (or 0x9BC78A) is unknown color: approx Gossip. HEX triplet: 9B, C7 and 8A. RGB value is (155,199,138). Sum of RGB (Red+Green+Blue) = 155+199+138=492 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.50% from 492); Green value is 199 (78.12% from 255 or 40.45% from 492); Blue value is 138 (54.30% from 255 or 28.05% from 492); Max value from RGB is 199 - color contains mainly: green. Hex color #9BC78A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BC78A is #643875. Grayscale: #B3B3B3. Windows color (decimal): -6568054 or 9095067. OLE color: 9095067.

HSL color Cylindrical-coordinate representation of color #9BC78A: hue angle of 103.28º degrees, saturation: 0.35, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9BC78A is Cyan = 0.22, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.22.

Color convert

RGB155199138-
CMYK0.2200.310.22
HSL103.28º35.26%66.08%-
HSV(B)103.28º30.65%78.04%-
XYZ38.5349.6531.6-
YUV178.89104.92110.96-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.50%
GREEN value IS 199 (78.12% from 255) = 40.45%
BLUE value IS 138 (54.30% from 255) = 28.05%
R=31.50%
G=40.45%
B=28.05%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1551991380.2200.310.22103.2835.2666.08
Hex9BC78A1601F16672342
Octal233307212260372614743102
Binary100110111100011110001010101100111111011011001111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BC78A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,199,138); }

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

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

 a { background-color: rgb(155,199,138); }

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

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

 span { border-color: rgb(155,199,138); }

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