#9bd67f

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

Shades of Gossip #9BD67F

Tints of Gossip #9BD67F

Color information

#9BD67F (or 0x9BD67F) is unknown color: approx Gossip. HEX triplet: 9B, D6 and 7F. RGB value is (155,214,127). Sum of RGB (Red+Green+Blue) = 155+214+127=496 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.25% from 496); Green value is 214 (83.98% from 255 or 43.15% from 496); Blue value is 127 (50% from 255 or 25.60% from 496); Max value from RGB is 214 - color contains mainly: green. Hex color #9BD67F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BD67F is #642980. Grayscale: #BABABA. Windows color (decimal): -6564225 or 8378011. OLE color: 8378011.

HSL color Cylindrical-coordinate representation of color #9BD67F: hue angle of 100.69º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9BD67F is Cyan = 0.28, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB155214127-
CMYK0.2800.410.16
HSL100.69º51.48%66.86%-
HSV(B)100.69º40.65%83.92%-
XYZ41.3956.5928.82-
YUV186.4494.45105.57-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.25%
GREEN value IS 214 (83.98% from 255) = 43.15%
BLUE value IS 127 (50% from 255) = 25.60%
R=31.25%
G=43.15%
B=25.60%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1552141270.2800.410.16100.6951.4866.86
Hex9BD67F1C02910653343
Octal233326177340512014563103
Binary100110111101011011111111110001010011000011001011100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9bd67f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,214,127); }

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

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

 a { background-color: rgb(155,214,127); }

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

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

 span { border-color: rgb(155,214,127); }

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