Html Css Color HEX #95D386 Gossip

📋 copy color: '#95D386'

red 149 ◦ green 211 ◦ blue 134

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

Shades of Gossip #95D386

Tints of Gossip #95D386

RGB

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

 GREEN value IS 211 (82.81% from 255) = 42.71%

 BLUE value IS 134 (52.73% from 255) = 27.13%

R = 30.16%
G = 42.71%
B = 27.13%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.36

 K value IS 0.17

RGB Variations

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

Color information

#95D386 (or 0x95D386) is known color: Gossip. HEX triplet: 95, D3 and 86. RGB value is (149,211,134). Sum of RGB (Red+Green+Blue) = 149+211+134=494 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.16% from 494); Green value is 211 (82.81% from 255 or 42.71% from 494); Blue value is 134 (52.73% from 255 or 27.13% from 494); Max value from RGB is 211 - color contains mainly: green. Hex color #95D386 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95D386 is #6A2C79. Grayscale: #B7B7B7. Windows color (decimal): -6958202 or 8835989. OLE color: 8835989.

HSL color Cylindrical-coordinate representation of color #95D386: hue angle of 108.31º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #95D386 is Cyan = 0.29, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.17.

Color convert

RGB 149 211 134 -
CMYK 0.29 0 0.36 0.17
HSL 108.31º 0.47% 0.68% -
HSV(B) 108.31º 0.36% 0.83% -
XYZ 39.99 54.7 31 -
YUV 183.68 99.96 103.26 -
System Red Green Blue C M Y K H S L
Decimal 149 211 134 0.29 0 0.36 0.17 108.31 0.47 0.68
Hex 95 D3 86 1D 0 24 11 6C 2F 44
Octal 225 323 206 35 0 44 21 154 57 104
Binary 10010101 11010011 10000110 11101 0 100100 10001 1101100 101111 1000100

Color Harmonies of #95D386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95D386

Black with #95D386

Text Example


Text Example

White with #95D386

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,211,134); }

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

background-color css

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

 a { background-color: rgb(149,211,134); }

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

border-color css

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

 span { border-color: rgb(149,211,134); }

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