#9BCD8A

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

Shades of Gossip #9BCD8A

Tints of Gossip #9BCD8A

Color information

#9BCD8A (or 0x9BCD8A) is unknown color: approx Gossip. HEX triplet: 9B, CD and 8A. RGB value is (155,205,138). Sum of RGB (Red+Green+Blue) = 155+205+138=498 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.12% from 498); Green value is 205 (80.47% from 255 or 41.16% from 498); Blue value is 138 (54.30% from 255 or 27.71% from 498); Max value from RGB is 205 - color contains mainly: green. Hex color #9BCD8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BCD8A is #643275. Grayscale: #B6B6B6. Windows color (decimal): -6566518 or 9096603. OLE color: 9096603.

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

Color convert

RGB155205138-
CMYK0.2400.330.20
HSL104.78º40.12%67.25%-
HSV(B)104.78º32.68%80.39%-
XYZ39.9452.4732.07-
YUV182.41102.94108.45-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.12%
GREEN value IS 205 (80.47% from 255) = 41.16%
BLUE value IS 138 (54.30% from 255) = 27.71%
R=31.12%
G=41.16%
B=27.71%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1552051380.2400.330.20104.7840.1267.25
Hex9BCD8A1802114692843
Octal233315212300412415150103
Binary1001101111001101100010101100001000011010011010011010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCD8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,205,138); }

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

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

 a { background-color: rgb(155,205,138); }

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

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

 span { border-color: rgb(155,205,138); }

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