#8BC975

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

Shades of Gossip #8BC975

Tints of Gossip #8BC975

Color information

#8BC975 (or 0x8BC975) is unknown color: approx Gossip. HEX triplet: 8B, C9 and 75. RGB value is (139,201,117). Sum of RGB (Red+Green+Blue) = 139+201+117=457 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.42% from 457); Green value is 201 (78.91% from 255 or 43.98% from 457); Blue value is 117 (46.09% from 255 or 25.60% from 457); Max value from RGB is 201 - color contains mainly: green. Hex color #8BC975 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BC975 is #74368A. Grayscale: #ADADAD. Windows color (decimal): -7616139 or 7719307. OLE color: 7719307.

HSL color Cylindrical-coordinate representation of color #8BC975: hue angle of 104.29º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8BC975 is Cyan = 0.31, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.21.

Color convert

RGB139201117-
CMYK0.3100.420.21
HSL104.29º43.75%62.35%-
HSV(B)104.29º41.79%78.82%-
XYZ34.7448.5524.37-
YUV172.8996.46103.83-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 30.42%
GREEN value IS 201 (78.91% from 255) = 43.98%
BLUE value IS 117 (46.09% from 255) = 25.60%
R=30.42%
G=43.98%
B=25.60%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1392011170.3100.420.21104.2943.7562.35
Hex8BC9751F02A15682c3e
Octal21331116537052251505476
Binary10001011110010011110101111110101010101011101000101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BC975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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