#95CC84

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

Shades of Gossip #95CC84

Tints of Gossip #95CC84

Color information

#95CC84 (or 0x95CC84) is unknown color: approx Gossip. HEX triplet: 95, CC and 84. RGB value is (149,204,132). Sum of RGB (Red+Green+Blue) = 149+204+132=485 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.72% from 485); Green value is 204 (80.08% from 255 or 42.06% from 485); Blue value is 132 (51.95% from 255 or 27.22% from 485); Max value from RGB is 204 - color contains mainly: green. Hex color #95CC84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95CC84 is #6A337B. Grayscale: #B3B3B3. Windows color (decimal): -6959996 or 8703125. OLE color: 8703125.

HSL color Cylindrical-coordinate representation of color #95CC84: hue angle of 105.83º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #95CC84 is Cyan = 0.27, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.2.

Color convert

RGB149204132-
CMYK0.2700.350.2
HSL105.83º41.38%65.88%-
HSV(B)105.83º35.29%80%-
XYZ38.1551.2429.71-
YUV179.35101.28106.35-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.72%
GREEN value IS 204 (80.08% from 255) = 42.06%
BLUE value IS 132 (51.95% from 255) = 27.22%
R=30.72%
G=42.06%
B=27.22%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1492041320.2700.350.2105.8341.3865.88
Hex95CC841B023146a2942
Octal225314204330432415251102
Binary1001010111001100100001001101101000111010011010101010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CC84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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