Html Css Color HEX #95C37C Gossip

📋 copy color: '#95C37C'

red 149 ◦ green 195 ◦ blue 124

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

Shades of Gossip #95C37C

Tints of Gossip #95C37C

RGB

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

 GREEN value IS 195 (76.56% from 255) = 41.67%

 BLUE value IS 124 (48.83% from 255) = 26.5%

R = 31.84%
G = 41.67%
B = 26.5%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#95C37C (or 0x95C37C) is known color: Gossip. HEX triplet: 95, C3 and 7C. RGB value is (149,195,124). Sum of RGB (Red+Green+Blue) = 149+195+124=468 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.84% from 468); Green value is 195 (76.56% from 255 or 41.67% from 468); Blue value is 124 (48.83% from 255 or 26.50% from 468); Max value from RGB is 195 - color contains mainly: green. Hex color #95C37C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95C37C is #6A3C83. Grayscale: #ADADAD. Windows color (decimal): -6962308 or 8176533. OLE color: 8176533.

HSL color Cylindrical-coordinate representation of color #95C37C: hue angle of 98.87º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #95C37C is Cyan = 0.24, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB 149 195 124 -
CMYK 0.24 0 0.36 0.24
HSL 98.87º 0.37% 0.63% -
HSV(B) 98.87º 0.36% 0.76% -
XYZ 35.55 46.88 26.24 -
YUV 173.15 100.26 110.77 -
System Red Green Blue C M Y K H S L
Decimal 149 195 124 0.24 0 0.36 0.24 98.87 0.37 0.63
Hex 95 C3 7C 18 0 24 18 63 25 3F
Octal 225 303 174 30 0 44 30 143 45 77
Binary 10010101 11000011 1111100 11000 0 100100 11000 1100011 100101 111111

Color Harmonies of #95C37C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C37C

Black with #95C37C

Text Example


Text Example

White with #95C37C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,195,124); }

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

background-color css

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

 a { background-color: rgb(149,195,124); }

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

border-color css

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

 span { border-color: rgb(149,195,124); }

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