#9BC68D

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

Shades of Gossip #9BC68D

Tints of Gossip #9BC68D

Color information

#9BC68D (or 0x9BC68D) is unknown color: approx Gossip. HEX triplet: 9B, C6 and 8D. RGB value is (155,198,141). Sum of RGB (Red+Green+Blue) = 155+198+141=494 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.38% from 494); Green value is 198 (77.73% from 255 or 40.08% from 494); Blue value is 141 (55.47% from 255 or 28.54% from 494); Max value from RGB is 198 - color contains mainly: green. Hex color #9BC68D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BC68D is #643972. Grayscale: #B2B2B2. Windows color (decimal): -6568307 or 9291419. OLE color: 9291419.

HSL color Cylindrical-coordinate representation of color #9BC68D: hue angle of 105.26º degrees, saturation: 0.33, 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 #9BC68D is Cyan = 0.22, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.22.

Color convert

RGB155198141-
CMYK0.2200.290.22
HSL105.26º33.33%66.47%-
HSV(B)105.26º28.79%77.65%-
XYZ38.5249.2832.68-
YUV178.64106.75111.13-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.38%
GREEN value IS 198 (77.73% from 255) = 40.08%
BLUE value IS 141 (55.47% from 255) = 28.54%
R=31.38%
G=40.08%
B=28.54%

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
Decimal1551981410.2200.290.22105.2633.3366.47
Hex9BC68D1601D16692142
Octal233306215260352615141102
Binary100110111100011010001101101100111011011011010011000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BC68D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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