Html Css Color HEX #95C27F Gossip

📋 copy color: '#95C27F'

red 149 ◦ green 194 ◦ blue 127

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

Shades of Gossip #95C27F

Tints of Gossip #95C27F

RGB

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

 GREEN value IS 194 (76.17% from 255) = 41.28%

 BLUE value IS 127 (50% from 255) = 27.02%

R = 31.7%
G = 41.28%
B = 27.02%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#95C27F (or 0x95C27F) is known color: Gossip. HEX triplet: 95, C2 and 7F. RGB value is (149,194,127). Sum of RGB (Red+Green+Blue) = 149+194+127=470 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.70% from 470); Green value is 194 (76.17% from 255 or 41.28% from 470); Blue value is 127 (50% from 255 or 27.02% from 470); Max value from RGB is 194 - color contains mainly: green. Hex color #95C27F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95C27F is #6A3D80. Grayscale: #ADADAD. Windows color (decimal): -6962561 or 8372885. OLE color: 8372885.

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

Color convert

RGB 149 194 127 -
CMYK 0.23 0 0.35 0.24
HSL 100.3º 0.35% 0.63% -
HSV(B) 100.3º 0.35% 0.76% -
XYZ 35.52 46.51 27.18 -
YUV 172.91 102.09 110.95 -
System Red Green Blue C M Y K H S L
Decimal 149 194 127 0.23 0 0.35 0.24 100.3 0.35 0.63
Hex 95 C2 7F 17 0 23 18 64 23 3F
Octal 225 302 177 27 0 43 30 144 43 77
Binary 10010101 11000010 1111111 10111 0 100011 11000 1100100 100011 111111

Color Harmonies of #95C27F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C27F

Black with #95C27F

Text Example


Text Example

White with #95C27F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,194,127); }

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

background-color css

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

 a { background-color: rgb(149,194,127); }

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

border-color css

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

 span { border-color: rgb(149,194,127); }

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