Html Css Color HEX #95D187 Gossip

📋 copy color: '#95D187'

red 149 ◦ green 209 ◦ blue 135

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

Shades of Gossip #95D187

Tints of Gossip #95D187

RGB

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

 GREEN value IS 209 (82.03% from 255) = 42.39%

 BLUE value IS 135 (53.13% from 255) = 27.38%

R = 30.22%
G = 42.39%
B = 27.38%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.35

 K value IS 0.18

RGB Variations

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

Color information

#95D187 (or 0x95D187) is known color: Gossip. HEX triplet: 95, D1 and 87. RGB value is (149,209,135). Sum of RGB (Red+Green+Blue) = 149+209+135=493 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.22% from 493); Green value is 209 (82.03% from 255 or 42.39% from 493); Blue value is 135 (53.12% from 255 or 27.38% from 493); Max value from RGB is 209 - color contains mainly: green. Hex color #95D187 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95D187 is #6A2E78. Grayscale: #B6B6B6. Windows color (decimal): -6958713 or 8901013. OLE color: 8901013.

HSL color Cylindrical-coordinate representation of color #95D187: hue angle of 108.65º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #95D187 is Cyan = 0.29, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.18.

Color convert

RGB 149 209 135 -
CMYK 0.29 0 0.35 0.18
HSL 108.65º 0.45% 0.67% -
HSV(B) 108.65º 0.35% 0.82% -
XYZ 39.57 53.74 31.21 -
YUV 182.62 101.12 104.02 -
System Red Green Blue C M Y K H S L
Decimal 149 209 135 0.29 0 0.35 0.18 108.65 0.45 0.67
Hex 95 D1 87 1D 0 23 12 6D 2D 43
Octal 225 321 207 35 0 43 22 155 55 103
Binary 10010101 11010001 10000111 11101 0 100011 10010 1101101 101101 1000011

Color Harmonies of #95D187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95D187

Black with #95D187

Text Example


Text Example

White with #95D187

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,209,135); }

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

background-color css

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

 a { background-color: rgb(149,209,135); }

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

border-color css

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

 span { border-color: rgb(149,209,135); }

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