Html Css Color HEX #95D18A Gossip

📋 copy color: '#95D18A'

red 149 ◦ green 209 ◦ blue 138

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

Shades of Gossip #95D18A

Tints of Gossip #95D18A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 27.82%

R = 30.04%
G = 42.14%
B = 27.82%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#95D18A (or 0x95D18A) is known color: Gossip. HEX triplet: 95, D1 and 8A. RGB value is (149,209,138). Sum of RGB (Red+Green+Blue) = 149+209+138=496 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.04% from 496); Green value is 209 (82.03% from 255 or 42.14% from 496); Blue value is 138 (54.30% from 255 or 27.82% from 496); Max value from RGB is 209 - color contains mainly: green. Hex color #95D18A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95D18A is #6A2E75. Grayscale: #B7B7B7. Windows color (decimal): -6958710 or 9097621. OLE color: 9097621.

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

Color convert

RGB 149 209 138 -
CMYK 0.29 0 0.34 0.18
HSL 110.7º 0.44% 0.68% -
HSV(B) 110.7º 0.34% 0.82% -
XYZ 39.78 53.83 32.34 -
YUV 182.97 102.62 103.77 -
System Red Green Blue C M Y K H S L
Decimal 149 209 138 0.29 0 0.34 0.18 110.7 0.44 0.68
Hex 95 D1 8A 1D 0 22 12 6F 2C 44
Octal 225 321 212 35 0 42 22 157 54 104
Binary 10010101 11010001 10001010 11101 0 100010 10010 1101111 101100 1000100

Color Harmonies of #95D18A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95D18A

Black with #95D18A

Text Example


Text Example

White with #95D18A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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