#95CE84

Color #95CE84 Gossip (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossip #95CE84

Tints of Gossip #95CE84

Color information

#95CE84 (or 0x95CE84) is unknown color: approx Gossip. HEX triplet: 95, CE and 84. RGB value is (149,206,132). Sum of RGB (Red+Green+Blue) = 149+206+132=487 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.60% from 487); Green value is 206 (80.86% from 255 or 42.30% from 487); Blue value is 132 (51.95% from 255 or 27.10% from 487); Max value from RGB is 206 - color contains mainly: green. Hex color #95CE84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95CE84 is #6A317B. Grayscale: #B4B4B4. Windows color (decimal): -6959484 or 8703637. OLE color: 8703637.

HSL color Cylindrical-coordinate representation of color #95CE84: hue angle of 106.22º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #95CE84 is Cyan = 0.28, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.19.

Color convert

RGB149206132-
CMYK0.2800.360.19
HSL106.22º43.02%66.27%-
HSV(B)106.22º35.92%80.78%-
XYZ38.6352.229.87-
YUV180.52100.62105.52-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.60%
GREEN value IS 206 (80.86% from 255) = 42.30%
BLUE value IS 132 (51.95% from 255) = 27.10%
R=30.60%
G=42.30%
B=27.10%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1492061320.2800.360.19106.2243.0266.27
Hex95CE841C024136a2b42
Octal225316204340442315253102
Binary1001010111001110100001001110001001001001111010101010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CE84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,206,132); }

 H1.HeaderClassName
 {
   color: #95CE84;
 }
 .AnyTagClassName
 {
   color: #95CE84;
 }
</style>
background-color css

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

 a { background-color: rgb(149,206,132); }

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

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

 span { border-color: rgb(149,206,132); }

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