#8bd672

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

Shades of Gossip #8BD672

Tints of Gossip #8BD672

Color information

#8BD672 (or 0x8BD672) is unknown color: approx Gossip. HEX triplet: 8B, D6 and 72. RGB value is (139,214,114). Sum of RGB (Red+Green+Blue) = 139+214+114=467 (61% of max value = 765). Red value is 139 (54.69% from 255 or 29.76% from 467); Green value is 214 (83.98% from 255 or 45.82% from 467); Blue value is 114 (44.92% from 255 or 24.41% from 467); Max value from RGB is 214 - color contains mainly: green. Hex color #8BD672 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BD672 is #74298D. Grayscale: #B4B4B4. Windows color (decimal): -7612814 or 7526027. OLE color: 7526027.

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

Color convert

RGB139214114-
CMYK0.3500.470.16
HSL105º54.95%64.31%-
HSV(B)105º46.73%83.92%-
XYZ37.7354.824.51-
YUV180.1890.6598.63-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 29.76%
GREEN value IS 214 (83.98% from 255) = 45.82%
BLUE value IS 114 (44.92% from 255) = 24.41%
R=29.76%
G=45.82%
B=24.41%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1392141140.3500.470.1610554.9564.31
Hex8BD6722302F10693740
Octal213326162430572015167100
Binary1000101111010110111001010001101011111000011010011101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8bd672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,214,114); }

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

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

 a { background-color: rgb(139,214,114); }

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

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

 span { border-color: rgb(139,214,114); }

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