Html Css Color HEX #8BCC78 Gossip

📋 copy color: '#8BCC78'

red 139 ◦ green 204 ◦ blue 120

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

Shades of Gossip #8BCC78

Tints of Gossip #8BCC78

RGB

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

 GREEN value IS 204 (80.08% from 255) = 44.06%

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

R = 30.02%
G = 44.06%
B = 25.92%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.41

 K value IS 0.2

RGB Variations

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

Color information

#8BCC78 (or 0x8BCC78) is known color: Gossip. HEX triplet: 8B, CC and 78. RGB value is (139,204,120). Sum of RGB (Red+Green+Blue) = 139+204+120=463 (61% of max value = 765). Red value is 139 (54.69% from 255 or 30.02% from 463); Green value is 204 (80.08% from 255 or 44.06% from 463); Blue value is 120 (47.27% from 255 or 25.92% from 463); Max value from RGB is 204 - color contains mainly: green. Hex color #8BCC78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BCC78 is #743387. Grayscale: #AFAFAF. Windows color (decimal): -7615368 or 7916683. OLE color: 7916683.

HSL color Cylindrical-coordinate representation of color #8BCC78: hue angle of 106.43º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8BCC78 is Cyan = 0.32, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.2.

Color convert

RGB 139 204 120 -
CMYK 0.32 0 0.41 0.2
HSL 106.43º 0.45% 0.64% -
HSV(B) 106.43º 0.41% 0.8% -
XYZ 35.63 50.03 25.55 -
YUV 174.99 96.97 102.33 -
System Red Green Blue C M Y K H S L
Decimal 139 204 120 0.32 0 0.41 0.2 106.43 0.45 0.64
Hex 8B CC 78 20 0 29 14 6A 2D 40
Octal 213 314 170 40 0 51 24 152 55 100
Binary 10001011 11001100 1111000 100000 0 101001 10100 1101010 101101 1000000

Color Harmonies of #8BCC78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BCC78

Black with #8BCC78

Text Example


Text Example

White with #8BCC78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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