#9BCB7F

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

Shades of Gossip #9BCB7F

Tints of Gossip #9BCB7F

Color information

#9BCB7F (or 0x9BCB7F) is unknown color: approx Gossip. HEX triplet: 9B, CB and 7F. RGB value is (155,203,127). Sum of RGB (Red+Green+Blue) = 155+203+127=485 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.96% from 485); Green value is 203 (79.69% from 255 or 41.86% from 485); Blue value is 127 (50% from 255 or 26.19% from 485); Max value from RGB is 203 - color contains mainly: green. Hex color #9BCB7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BCB7F is #643480. Grayscale: #B4B4B4. Windows color (decimal): -6567041 or 8375195. OLE color: 8375195.

HSL color Cylindrical-coordinate representation of color #9BCB7F: hue angle of 97.89º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9BCB7F is Cyan = 0.24, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.20.

Color convert

RGB155203127-
CMYK0.2400.370.20
HSL97.89º42.22%64.71%-
HSV(B)97.89º37.44%79.61%-
XYZ38.751.2127.92-
YUV179.9898.1110.18-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.96%
GREEN value IS 203 (79.69% from 255) = 41.86%
BLUE value IS 127 (50% from 255) = 26.19%
R=31.96%
G=41.86%
B=26.19%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1552031270.2400.370.2097.8942.2264.71
Hex9BCB7F1802514622a41
Octal233313177300452414252101
Binary100110111100101111111111100001001011010011000101010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCB7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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