Html Css Color HEX #95C975 Gossip

📋 copy color: '#95C975'

red 149 ◦ green 201 ◦ blue 117

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

Shades of Gossip #95C975

Tints of Gossip #95C975

RGB

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

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

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

R = 31.91%
G = 43.04%
B = 25.05%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#95C975 (or 0x95C975) is known color: Gossip. HEX triplet: 95, C9 and 75. RGB value is (149,201,117). Sum of RGB (Red+Green+Blue) = 149+201+117=467 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.91% from 467); Green value is 201 (78.91% from 255 or 43.04% from 467); Blue value is 117 (46.09% from 255 or 25.05% from 467); Max value from RGB is 201 - color contains mainly: green. Hex color #95C975 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95C975 is #6A368A. Grayscale: #B0B0B0. Windows color (decimal): -6960779 or 7719317. OLE color: 7719317.

HSL color Cylindrical-coordinate representation of color #95C975: hue angle of 97.14º 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 #95C975 is Cyan = 0.26, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.21.

Color convert

RGB 149 201 117 -
CMYK 0.26 0 0.42 0.21
HSL 97.14º 0.44% 0.62% -
HSV(B) 97.14º 0.42% 0.79% -
XYZ 36.49 49.45 24.45 -
YUV 175.88 94.77 108.83 -
System Red Green Blue C M Y K H S L
Decimal 149 201 117 0.26 0 0.42 0.21 97.14 0.44 0.62
Hex 95 C9 75 1A 0 2A 15 61 2C 3E
Octal 225 311 165 32 0 52 25 141 54 76
Binary 10010101 11001001 1110101 11010 0 101010 10101 1100001 101100 111110

Color Harmonies of #95C975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C975

Black with #95C975

Text Example


Text Example

White with #95C975

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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