#9CD48B

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

Shades of Gossip #9CD48B

Tints of Gossip #9CD48B

Color information

#9CD48B (or 0x9CD48B) is unknown color: approx Gossip. HEX triplet: 9C, D4 and 8B. RGB value is (156,212,139). Sum of RGB (Red+Green+Blue) = 156+212+139=507 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.77% from 507); Green value is 212 (83.20% from 255 or 41.81% from 507); Blue value is 139 (54.69% from 255 or 27.42% from 507); Max value from RGB is 212 - color contains mainly: green. Hex color #9CD48B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CD48B is #632B74. Grayscale: #BBBBBB. Windows color (decimal): -6499189 or 9163932. OLE color: 9163932.

HSL color Cylindrical-coordinate representation of color #9CD48B: hue angle of 106.03º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9CD48B is Cyan = 0.26, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.17.

Color convert

RGB156212139-
CMYK0.2600.340.17
HSL106.03º45.91%68.82%-
HSV(B)106.03º34.43%83.14%-
XYZ41.9156.0233.03-
YUV186.93100.95105.94-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.77%
GREEN value IS 212 (83.20% from 255) = 41.81%
BLUE value IS 139 (54.69% from 255) = 27.42%
R=30.77%
G=41.81%
B=27.42%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1562121390.2600.340.17106.0345.9168.82
Hex9CD48B1A022116a2e45
Octal234324213320422115256105
Binary1001110011010100100010111101001000101000111010101011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CD48B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,212,139); }

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

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

 a { background-color: rgb(156,212,139); }

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

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

 span { border-color: rgb(156,212,139); }

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