#95CC8A

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

Shades of Gossip #95CC8A

Tints of Gossip #95CC8A

Color information

#95CC8A (or 0x95CC8A) is unknown color: approx Gossip. HEX triplet: 95, CC and 8A. RGB value is (149,204,138). Sum of RGB (Red+Green+Blue) = 149+204+138=491 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.35% from 491); Green value is 204 (80.08% from 255 or 41.55% from 491); Blue value is 138 (54.30% from 255 or 28.11% from 491); Max value from RGB is 204 - color contains mainly: green. Hex color #95CC8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95CC8A is #6A3375. Grayscale: #B4B4B4. Windows color (decimal): -6959990 or 9096341. OLE color: 9096341.

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

Color convert

RGB149204138-
CMYK0.2700.320.2
HSL110º39.29%67.06%-
HSV(B)110º32.35%80%-
XYZ38.5751.4131.93-
YUV180.03104.28105.87-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.35%
GREEN value IS 204 (80.08% from 255) = 41.55%
BLUE value IS 138 (54.30% from 255) = 28.11%
R=30.35%
G=41.55%
B=28.11%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1492041380.2700.320.211039.2967.06
Hex95CC8A1B020146e2743
Octal225314212330402415647103
Binary1001010111001100100010101101101000001010011011101001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CC8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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