Html Css Color HEX #8BC975 Gossip

📋 copy color: '#8BC975'

red 139 ◦ green 201 ◦ blue 117

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

Shades of Gossip #8BC975

Tints of Gossip #8BC975

RGB

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

 GREEN value IS 201 (78.91% from 255) = 43.98%

 BLUE value IS 117 (46.09% from 255) = 25.6%

R = 30.42%
G = 43.98%
B = 25.6%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#8BC975 (or 0x8BC975) is known color: Gossip. HEX triplet: 8B, C9 and 75. RGB value is (139,201,117). Sum of RGB (Red+Green+Blue) = 139+201+117=457 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.42% from 457); Green value is 201 (78.91% from 255 or 43.98% from 457); Blue value is 117 (46.09% from 255 or 25.60% from 457); Max value from RGB is 201 - color contains mainly: green. Hex color #8BC975 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BC975 is #74368A. Grayscale: #ADADAD. Windows color (decimal): -7616139 or 7719307. OLE color: 7719307.

HSL color Cylindrical-coordinate representation of color #8BC975: hue angle of 104.29º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8BC975 is Cyan = 0.31, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.21.

Color convert

RGB 139 201 117 -
CMYK 0.31 0 0.42 0.21
HSL 104.29º 0.44% 0.62% -
HSV(B) 104.29º 0.42% 0.79% -
XYZ 34.74 48.55 24.37 -
YUV 172.89 96.46 103.83 -
System Red Green Blue C M Y K H S L
Decimal 139 201 117 0.31 0 0.42 0.21 104.29 0.44 0.62
Hex 8B C9 75 1F 0 2A 15 68 2C 3E
Octal 213 311 165 37 0 52 25 150 54 76
Binary 10001011 11001001 1110101 11111 0 101010 10101 1101000 101100 111110

Color Harmonies of #8BC975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BC975

Black with #8BC975

Text Example


Text Example

White with #8BC975

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,201,117); }

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

background-color css

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

 a { background-color: rgb(139,201,117); }

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

border-color css

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

 span { border-color: rgb(139,201,117); }

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