#8BD275

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

Shades of Gossip #8BD275

Tints of Gossip #8BD275

Color information

#8BD275 (or 0x8BD275) is unknown color: approx Gossip. HEX triplet: 8B, D2 and 75. RGB value is (139,210,117). Sum of RGB (Red+Green+Blue) = 139+210+117=466 (61% of max value = 765). Red value is 139 (54.69% from 255 or 29.83% from 466); Green value is 210 (82.42% from 255 or 45.06% from 466); Blue value is 117 (46.09% from 255 or 25.11% from 466); Max value from RGB is 210 - color contains mainly: green. Hex color #8BD275 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BD275 is #742D8A. Grayscale: #B2B2B2. Windows color (decimal): -7613835 or 7721611. OLE color: 7721611.

HSL color Cylindrical-coordinate representation of color #8BD275: hue angle of 105.81º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8BD275 is Cyan = 0.34, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB139210117-
CMYK0.3400.440.18
HSL105.81º50.82%64.12%-
HSV(B)105.81º44.29%82.35%-
XYZ36.952.8725.09-
YUV178.1793.48100.06-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 29.83%
GREEN value IS 210 (82.42% from 255) = 45.06%
BLUE value IS 117 (46.09% from 255) = 25.11%
R=29.83%
G=45.06%
B=25.11%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1392101170.3400.440.18105.8150.8264.12
Hex8BD2752202C126a3340
Octal213322165420542215263100
Binary1000101111010010111010110001001011001001011010101100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BD275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,210,117); }

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

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

 a { background-color: rgb(139,210,117); }

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

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

 span { border-color: rgb(139,210,117); }

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