#9BC68C

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

Shades of Gossip #9BC68C

Tints of Gossip #9BC68C

Color information

#9BC68C (or 0x9BC68C) is unknown color: approx Gossip. HEX triplet: 9B, C6 and 8C. RGB value is (155,198,140). Sum of RGB (Red+Green+Blue) = 155+198+140=493 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.44% from 493); Green value is 198 (77.73% from 255 or 40.16% from 493); Blue value is 140 (55.08% from 255 or 28.40% from 493); Max value from RGB is 198 - color contains mainly: green. Hex color #9BC68C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BC68C is #643973. Grayscale: #B2B2B2. Windows color (decimal): -6568308 or 9225883. OLE color: 9225883.

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

Color convert

RGB155198140-
CMYK0.2200.290.22
HSL104.48º33.72%66.27%-
HSV(B)104.48º29.29%77.65%-
XYZ38.4549.2532.29-
YUV178.53106.25111.22-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.44%
GREEN value IS 198 (77.73% from 255) = 40.16%
BLUE value IS 140 (55.08% from 255) = 28.40%
R=31.44%
G=40.16%
B=28.40%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1551981400.2200.290.22104.4833.7266.27
Hex9BC68C1601D16682242
Octal233306214260352615042102
Binary100110111100011010001100101100111011011011010001000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BC68C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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