Html Css Color HEX #95C982 Gossip

📋 copy color: '#95C982'

red 149 ◦ green 201 ◦ blue 130

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

Shades of Gossip #95C982

Tints of Gossip #95C982

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 27.08%

R = 31.04%
G = 41.88%
B = 27.08%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.35

 K value IS 0.21

RGB Variations

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

Color information

#95C982 (or 0x95C982) is known color: Gossip. HEX triplet: 95, C9 and 82. RGB value is (149,201,130). Sum of RGB (Red+Green+Blue) = 149+201+130=480 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.04% from 480); Green value is 201 (78.91% from 255 or 41.88% from 480); Blue value is 130 (51.17% from 255 or 27.08% from 480); Max value from RGB is 201 - color contains mainly: green. Hex color #95C982 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95C982 is #6A367D. Grayscale: #B1B1B1. Windows color (decimal): -6960766 or 8571285. OLE color: 8571285.

HSL color Cylindrical-coordinate representation of color #95C982: hue angle of 103.94º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #95C982 is Cyan = 0.26, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.21.

Color convert

RGB 149 201 130 -
CMYK 0.26 0 0.35 0.21
HSL 103.94º 0.4% 0.65% -
HSV(B) 103.94º 0.35% 0.79% -
XYZ 37.31 49.77 28.76 -
YUV 177.36 101.27 107.77 -
System Red Green Blue C M Y K H S L
Decimal 149 201 130 0.26 0 0.35 0.21 103.94 0.4 0.65
Hex 95 C9 82 1A 0 23 15 68 28 41
Octal 225 311 202 32 0 43 25 150 50 101
Binary 10010101 11001001 10000010 11010 0 100011 10101 1101000 101000 1000001

Color Harmonies of #95C982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C982

Black with #95C982

Text Example


Text Example

White with #95C982

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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