#95C88A

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

Shades of Gossip #95C88A

Tints of Gossip #95C88A

Color information

#95C88A (or 0x95C88A) is unknown color: approx Gossip. HEX triplet: 95, C8 and 8A. RGB value is (149,200,138). Sum of RGB (Red+Green+Blue) = 149+200+138=487 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.60% from 487); Green value is 200 (78.52% from 255 or 41.07% from 487); Blue value is 138 (54.30% from 255 or 28.34% from 487); Max value from RGB is 200 - color contains mainly: green. Hex color #95C88A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95C88A is #6A3775. Grayscale: #B1B1B1. Windows color (decimal): -6961014 or 9095317. OLE color: 9095317.

HSL color Cylindrical-coordinate representation of color #95C88A: hue angle of 109.35º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #95C88A is Cyan = 0.26, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.22.

Color convert

RGB149200138-
CMYK0.2600.310.22
HSL109.35º36.05%66.27%-
HSV(B)109.35º31%78.43%-
XYZ37.6449.5331.62-
YUV177.68105.6107.54-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.60%
GREEN value IS 200 (78.52% from 255) = 41.07%
BLUE value IS 138 (54.30% from 255) = 28.34%
R=30.60%
G=41.07%
B=28.34%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1492001380.2600.310.22109.3536.0566.27
Hex95C88A1A01F166d2442
Octal225310212320372615544102
Binary100101011100100010001010110100111111011011011011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95C88A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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