#9BC68A

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

Shades of Gossip #9BC68A

Tints of Gossip #9BC68A

Color information

#9BC68A (or 0x9BC68A) is unknown color: approx Gossip. HEX triplet: 9B, C6 and 8A. RGB value is (155,198,138). Sum of RGB (Red+Green+Blue) = 155+198+138=491 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.57% from 491); Green value is 198 (77.73% from 255 or 40.33% from 491); Blue value is 138 (54.30% from 255 or 28.11% from 491); Max value from RGB is 198 - color contains mainly: green. Hex color #9BC68A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BC68A is #643975. Grayscale: #B2B2B2. Windows color (decimal): -6568310 or 9094811. OLE color: 9094811.

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

Color convert

RGB155198138-
CMYK0.2200.300.22
HSL103º34.48%65.88%-
HSV(B)103º30.3%77.65%-
XYZ38.349.1931.52-
YUV178.3105.25111.38-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.57%
GREEN value IS 198 (77.73% from 255) = 40.33%
BLUE value IS 138 (54.30% from 255) = 28.11%
R=31.57%
G=40.33%
B=28.11%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1551981380.2200.300.2210334.4865.88
Hex9BC68A1601E16672242
Octal233306212260362614742102
Binary100110111100011010001010101100111101011011001111000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BC68A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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