Html Css Color HEX #8BCC73 Gossip

📋 copy color: '#8BCC73'

red 139 ◦ green 204 ◦ blue 115

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

Shades of Gossip #8BCC73

Tints of Gossip #8BCC73

RGB

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

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

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

R = 30.35%
G = 44.54%
B = 25.11%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.44

 K value IS 0.2

RGB Variations

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

Color information

#8BCC73 (or 0x8BCC73) is known color: Gossip. HEX triplet: 8B, CC and 73. RGB value is (139,204,115). Sum of RGB (Red+Green+Blue) = 139+204+115=458 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.35% from 458); Green value is 204 (80.08% from 255 or 44.54% from 458); Blue value is 115 (45.31% from 255 or 25.11% from 458); Max value from RGB is 204 - color contains mainly: green. Hex color #8BCC73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BCC73 is #74338C. Grayscale: #AEAEAE. Windows color (decimal): -7615373 or 7589003. OLE color: 7589003.

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

Color convert

RGB 139 204 115 -
CMYK 0.32 0 0.44 0.2
HSL 103.82º 0.47% 0.63% -
HSV(B) 103.82º 0.44% 0.8% -
XYZ 35.33 49.91 23.99 -
YUV 174.42 94.47 102.74 -
System Red Green Blue C M Y K H S L
Decimal 139 204 115 0.32 0 0.44 0.2 103.82 0.47 0.63
Hex 8B CC 73 20 0 2C 14 68 2F 3F
Octal 213 314 163 40 0 54 24 150 57 77
Binary 10001011 11001100 1110011 100000 0 101100 10100 1101000 101111 111111

Color Harmonies of #8BCC73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BCC73

Black with #8BCC73

Text Example


Text Example

White with #8BCC73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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