Html Css Color HEX #8BC378 Gossip

📋 copy color: '#8BC378'

red 139 ◦ green 195 ◦ blue 120

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

Shades of Gossip #8BC378

Tints of Gossip #8BC378

RGB

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

 GREEN value IS 195 (76.56% from 255) = 42.95%

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

R = 30.62%
G = 42.95%
B = 26.43%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#8BC378 (or 0x8BC378) is known color: Gossip. HEX triplet: 8B, C3 and 78. RGB value is (139,195,120). Sum of RGB (Red+Green+Blue) = 139+195+120=454 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.62% from 454); Green value is 195 (76.56% from 255 or 42.95% from 454); Blue value is 120 (47.27% from 255 or 26.43% from 454); Max value from RGB is 195 - color contains mainly: green. Hex color #8BC378 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BC378 is #743C87. Grayscale: #A9A9A9. Windows color (decimal): -7617672 or 7914379. OLE color: 7914379.

HSL color Cylindrical-coordinate representation of color #8BC378: hue angle of 104.8º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8BC378 is Cyan = 0.29, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.

Color convert

RGB 139 195 120 -
CMYK 0.29 0 0.38 0.24
HSL 104.8º 0.38% 0.62% -
HSV(B) 104.8º 0.38% 0.76% -
XYZ 33.55 45.88 24.86 -
YUV 169.71 99.95 106.1 -
System Red Green Blue C M Y K H S L
Decimal 139 195 120 0.29 0 0.38 0.24 104.8 0.38 0.62
Hex 8B C3 78 1D 0 26 18 69 26 3E
Octal 213 303 170 35 0 46 30 151 46 76
Binary 10001011 11000011 1111000 11101 0 100110 11000 1101001 100110 111110

Color Harmonies of #8BC378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BC378

Black with #8BC378

Text Example


Text Example

White with #8BC378

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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