#95C084

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

Shades of Gossip #95C084

Tints of Gossip #95C084

Color information

#95C084 (or 0x95C084) is unknown color: approx Gossip. HEX triplet: 95, C0 and 84. RGB value is (149,192,132). Sum of RGB (Red+Green+Blue) = 149+192+132=473 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.50% from 473); Green value is 192 (75.39% from 255 or 40.59% from 473); Blue value is 132 (51.95% from 255 or 27.91% from 473); Max value from RGB is 192 - color contains mainly: green. Hex color #95C084 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95C084 is #6A3F7B. Grayscale: #ACACAC. Windows color (decimal): -6963068 or 8700053. OLE color: 8700053.

HSL color Cylindrical-coordinate representation of color #95C084: hue angle of 103º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #95C084 is Cyan = 0.22, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.25.

Color convert

RGB149192132-
CMYK0.2200.310.25
HSL103º32.26%63.53%-
HSV(B)103º31.25%75.29%-
XYZ35.4145.7528.8-
YUV172.3105.25111.38-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.50%
GREEN value IS 192 (75.39% from 255) = 40.59%
BLUE value IS 132 (51.95% from 255) = 27.91%
R=31.50%
G=40.59%
B=27.91%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1491921320.2200.310.2510332.2663.53
Hex95C0841601F19672040
Octal225300204260373114740100
Binary100101011100000010000100101100111111100111001111000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95C084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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