Html Css Color HEX #95C876 Gossip

📋 copy color: '#95C876'

red 149 ◦ green 200 ◦ blue 118

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

Shades of Gossip #95C876

Tints of Gossip #95C876

RGB

 RED value IS 149 (58.59% from 255) = 31.91%

 GREEN value IS 200 (78.52% from 255) = 42.83%

 BLUE value IS 118 (46.48% from 255) = 25.27%

R = 31.91%
G = 42.83%
B = 25.27%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#95C876 (or 0x95C876) is known color: Gossip. HEX triplet: 95, C8 and 76. RGB value is (149,200,118). Sum of RGB (Red+Green+Blue) = 149+200+118=467 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.91% from 467); Green value is 200 (78.52% from 255 or 42.83% from 467); Blue value is 118 (46.48% from 255 or 25.27% from 467); Max value from RGB is 200 - color contains mainly: green. Hex color #95C876 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95C876 is #6A3789. Grayscale: #AFAFAF. Windows color (decimal): -6961034 or 7784597. OLE color: 7784597.

HSL color Cylindrical-coordinate representation of color #95C876: hue angle of 97.32º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #95C876 is Cyan = 0.26, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.22.

Color convert

RGB 149 200 118 -
CMYK 0.26 0 0.41 0.22
HSL 97.32º 0.43% 0.62% -
HSV(B) 97.32º 0.41% 0.78% -
XYZ 36.32 49.01 24.68 -
YUV 175.4 95.6 109.17 -
System Red Green Blue C M Y K H S L
Decimal 149 200 118 0.26 0 0.41 0.22 97.32 0.43 0.62
Hex 95 C8 76 1A 0 29 16 61 2B 3E
Octal 225 310 166 32 0 51 26 141 53 76
Binary 10010101 11001000 1110110 11010 0 101001 10110 1100001 101011 111110

Color Harmonies of #95C876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C876

Black with #95C876

Text Example


Text Example

White with #95C876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95C876; }

 p { color: rgb(149,200,118); }

 H1.HeaderClassName
 {
   color: #95C876;
 }
 .AnyTagClassName
 {
   color: #95C876;
 }
</style>

background-color css

<style>
 a { background-color: #95C876; }

 a { background-color: rgb(149,200,118); }

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

border-color css

<style>
 span { border-color: #95C876; }

 span { border-color: rgb(149,200,118); }

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