Html Css Color HEX #8BC978 Gossip

📋 copy color: '#8BC978'

red 139 ◦ green 201 ◦ blue 120

#8BC978
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gossip #8BC978

Tints of Gossip #8BC978

RGB

 RED value IS 139 (54.69% from 255) = 30.22%

 GREEN value IS 201 (78.91% from 255) = 43.7%

 BLUE value IS 120 (47.27% from 255) = 26.09%

R = 30.22%
G = 43.7%
B = 26.09%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.40

 K value IS 0.21

RGB Variations

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

Color information

#8BC978 (or 0x8BC978) is known color: Gossip. HEX triplet: 8B, C9 and 78. RGB value is (139,201,120). Sum of RGB (Red+Green+Blue) = 139+201+120=460 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.22% from 460); Green value is 201 (78.91% from 255 or 43.70% from 460); Blue value is 120 (47.27% from 255 or 26.09% from 460); Max value from RGB is 201 - color contains mainly: green. Hex color #8BC978 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BC978 is #743687. Grayscale: #ADADAD. Windows color (decimal): -7616136 or 7915915. OLE color: 7915915.

HSL color Cylindrical-coordinate representation of color #8BC978: hue angle of 105.93º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8BC978 is Cyan = 0.31, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.21.

Color convert

RGB 139 201 120 -
CMYK 0.31 0 0.40 0.21
HSL 105.93º 0.43% 0.63% -
HSV(B) 105.93º 0.4% 0.79% -
XYZ 34.92 48.62 25.31 -
YUV 173.23 97.96 103.59 -
System Red Green Blue C M Y K H S L
Decimal 139 201 120 0.31 0 0.40 0.21 105.93 0.43 0.63
Hex 8B C9 78 1F 0 28 15 6A 2B 3F
Octal 213 311 170 37 0 50 25 152 53 77
Binary 10001011 11001001 1111000 11111 0 101000 10101 1101010 101011 111111

Color Harmonies of #8BC978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BC978

Black with #8BC978

Text Example


Text Example

White with #8BC978

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8BC978;
 }
 .AnyTagClassName
 {
   color: #8BC978;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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