Html Css Color HEX #95C983 Gossip

📋 copy color: '#95C983'

red 149 ◦ green 201 ◦ blue 131

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

Shades of Gossip #95C983

Tints of Gossip #95C983

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 27.23%

R = 30.98%
G = 41.79%
B = 27.23%

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

#95C983 (or 0x95C983) is known color: Gossip. HEX triplet: 95, C9 and 83. RGB value is (149,201,131). Sum of RGB (Red+Green+Blue) = 149+201+131=481 (63% of max value = 765). Red value is 149 (58.59% from 255 or 30.98% from 481); Green value is 201 (78.91% from 255 or 41.79% from 481); Blue value is 131 (51.56% from 255 or 27.23% from 481); Max value from RGB is 201 - color contains mainly: green. Hex color #95C983 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95C983 is #6A367C. Grayscale: #B1B1B1. Windows color (decimal): -6960765 or 8636821. OLE color: 8636821.

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

Color convert

RGB 149 201 131 -
CMYK 0.26 0 0.35 0.21
HSL 104.57º 0.39% 0.65% -
HSV(B) 104.57º 0.35% 0.79% -
XYZ 37.38 49.8 29.12 -
YUV 177.47 101.77 107.69 -
System Red Green Blue C M Y K H S L
Decimal 149 201 131 0.26 0 0.35 0.21 104.57 0.39 0.65
Hex 95 C9 83 1A 0 23 15 69 27 41
Octal 225 311 203 32 0 43 25 151 47 101
Binary 10010101 11001001 10000011 11010 0 100011 10101 1101001 100111 1000001

Color Harmonies of #95C983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C983

Black with #95C983

Text Example


Text Example

White with #95C983

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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