#8DCB73

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

Shades of Gossip #8DCB73

Tints of Gossip #8DCB73

Color information

#8DCB73 (or 0x8DCB73) is unknown color: approx Gossip. HEX triplet: 8D, CB and 73. RGB value is (141,203,115). Sum of RGB (Red+Green+Blue) = 141+203+115=459 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.72% from 459); Green value is 203 (79.69% from 255 or 44.23% from 459); Blue value is 115 (45.31% from 255 or 25.05% from 459); Max value from RGB is 203 - color contains mainly: green. Hex color #8DCB73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DCB73 is #72348C. Grayscale: #AEAEAE. Windows color (decimal): -7484557 or 7588749. OLE color: 7588749.

HSL color Cylindrical-coordinate representation of color #8DCB73: hue angle of 102.27º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8DCB73 is Cyan = 0.31, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.20.

Color convert

RGB141203115-
CMYK0.3100.430.20
HSL102.27º45.83%62.35%-
HSV(B)102.27º43.35%79.61%-
XYZ35.4349.6123.93-
YUV174.4394.46104.16-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.72%
GREEN value IS 203 (79.69% from 255) = 44.23%
BLUE value IS 115 (45.31% from 255) = 25.05%
R=30.72%
G=44.23%
B=25.05%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1412031150.3100.430.20102.2745.8362.35
Hex8DCB731F02B14662e3e
Octal21531316337053241465676
Binary10001101110010111110011111110101011101001100110101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCB73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8DCB73; }

 p { color: rgb(141,203,115); }

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

<style>
 a { background-color: #8DCB73; }

 a { background-color: rgb(141,203,115); }

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

<style>
 span { border-color: #8DCB73; }

 span { border-color: rgb(141,203,115); }

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