Html Css Color HEX #8CCE73 Gossip

📋 copy color: '#8CCE73'

red 140 ◦ green 206 ◦ blue 115

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

Shades of Gossip #8CCE73

Tints of Gossip #8CCE73

RGB

 RED value IS 140 (55.08% from 255) = 30.37%

 GREEN value IS 206 (80.86% from 255) = 44.69%

 BLUE value IS 115 (45.31% from 255) = 24.95%

R = 30.37%
G = 44.69%
B = 24.95%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#8CCE73 (or 0x8CCE73) is known color: Gossip. HEX triplet: 8C, CE and 73. RGB value is (140,206,115). Sum of RGB (Red+Green+Blue) = 140+206+115=461 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.37% from 461); Green value is 206 (80.86% from 255 or 44.69% from 461); Blue value is 115 (45.31% from 255 or 24.95% from 461); Max value from RGB is 206 - color contains mainly: green. Hex color #8CCE73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CCE73 is #73318C. Grayscale: #B0B0B0. Windows color (decimal): -7549325 or 7589516. OLE color: 7589516.

HSL color Cylindrical-coordinate representation of color #8CCE73: hue angle of 103.52º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8CCE73 is Cyan = 0.32, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.19.

Color convert

RGB 140 206 115 -
CMYK 0.32 0 0.44 0.19
HSL 103.52º 0.48% 0.63% -
HSV(B) 103.52º 0.44% 0.81% -
XYZ 35.98 50.96 24.16 -
YUV 175.89 93.63 102.4 -
System Red Green Blue C M Y K H S L
Decimal 140 206 115 0.32 0 0.44 0.19 103.52 0.48 0.63
Hex 8C CE 73 20 0 2C 13 68 30 3F
Octal 214 316 163 40 0 54 23 150 60 77
Binary 10001100 11001110 1110011 100000 0 101100 10011 1101000 110000 111111

Color Harmonies of #8CCE73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CCE73

Black with #8CCE73

Text Example


Text Example

White with #8CCE73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,206,115); }

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

background-color css

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

 a { background-color: rgb(140,206,115); }

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

border-color css

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

 span { border-color: rgb(140,206,115); }

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