#9BD58B

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

Shades of Gossip #9BD58B

Tints of Gossip #9BD58B

Color information

#9BD58B (or 0x9BD58B) is unknown color: approx Gossip. HEX triplet: 9B, D5 and 8B. RGB value is (155,213,139). Sum of RGB (Red+Green+Blue) = 155+213+139=507 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.57% from 507); Green value is 213 (83.59% from 255 or 42.01% from 507); Blue value is 139 (54.69% from 255 or 27.42% from 507); Max value from RGB is 213 - color contains mainly: green. Hex color #9BD58B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BD58B is #642A74. Grayscale: #BBBBBB. Windows color (decimal): -6564469 or 9164187. OLE color: 9164187.

HSL color Cylindrical-coordinate representation of color #9BD58B: hue angle of 107.03º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9BD58B is Cyan = 0.27, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB155213139-
CMYK0.2700.350.16
HSL107.03º46.84%69.02%-
HSV(B)107.03º34.74%83.53%-
XYZ41.9756.4233.1-
YUV187.22100.78105.02-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.57%
GREEN value IS 213 (83.59% from 255) = 42.01%
BLUE value IS 139 (54.69% from 255) = 27.42%
R=30.57%
G=42.01%
B=27.42%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1552131390.2700.350.16107.0346.8469.02
Hex9BD58B1B023106b2f45
Octal233325213330432015357105
Binary1001101111010101100010111101101000111000011010111011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BD58B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,213,139); }

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

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

 a { background-color: rgb(155,213,139); }

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

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

 span { border-color: rgb(155,213,139); }

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