Html Css Color HEX #8BD673 Gossip

📋 copy color: '#8BD673'

red 139 ◦ green 214 ◦ blue 115

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

Shades of Gossip #8BD673

Tints of Gossip #8BD673

RGB

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

 GREEN value IS 214 (83.98% from 255) = 45.73%

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

R = 29.7%
G = 45.73%
B = 24.57%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#8BD673 (or 0x8BD673) is known color: Gossip. HEX triplet: 8B, D6 and 73. RGB value is (139,214,115). Sum of RGB (Red+Green+Blue) = 139+214+115=468 (61% of max value = 765). Red value is 139 (54.69% from 255 or 29.70% from 468); Green value is 214 (83.98% from 255 or 45.73% from 468); Blue value is 115 (45.31% from 255 or 24.57% from 468); Max value from RGB is 214 - color contains mainly: green. Hex color #8BD673 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BD673 is #74298C. Grayscale: #B4B4B4. Windows color (decimal): -7612813 or 7591563. OLE color: 7591563.

HSL color Cylindrical-coordinate representation of color #8BD673: hue angle of 105.45º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8BD673 is Cyan = 0.35, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB 139 214 115 -
CMYK 0.35 0 0.46 0.16
HSL 105.45º 0.55% 0.65% -
HSV(B) 105.45º 0.46% 0.84% -
XYZ 37.79 54.82 24.81 -
YUV 180.29 91.15 98.55 -
System Red Green Blue C M Y K H S L
Decimal 139 214 115 0.35 0 0.46 0.16 105.45 0.55 0.65
Hex 8B D6 73 23 0 2E 10 69 37 41
Octal 213 326 163 43 0 56 20 151 67 101
Binary 10001011 11010110 1110011 100011 0 101110 10000 1101001 110111 1000001

Color Harmonies of #8BD673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BD673

Black with #8BD673

Text Example


Text Example

White with #8BD673

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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