#95C67A

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

Shades of Gossip #95C67A

Tints of Gossip #95C67A

Color information

#95C67A (or 0x95C67A) is unknown color: approx Gossip. HEX triplet: 95, C6 and 7A. RGB value is (149,198,122). Sum of RGB (Red+Green+Blue) = 149+198+122=469 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.77% from 469); Green value is 198 (77.73% from 255 or 42.22% from 469); Blue value is 122 (48.05% from 255 or 26.01% from 469); Max value from RGB is 198 - color contains mainly: green. Hex color #95C67A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95C67A is #6A3985. Grayscale: #AEAEAE. Windows color (decimal): -6961542 or 8046229. OLE color: 8046229.

HSL color Cylindrical-coordinate representation of color #95C67A: hue angle of 98.68º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #95C67A is Cyan = 0.25, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.22.

Color convert

RGB149198122-
CMYK0.2500.380.22
HSL98.68º40%62.75%-
HSV(B)98.68º38.38%77.65%-
XYZ36.148.1825.81-
YUV174.6898.27109.68-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.77%
GREEN value IS 198 (77.73% from 255) = 42.22%
BLUE value IS 122 (48.05% from 255) = 26.01%
R=31.77%
G=42.22%
B=26.01%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1491981220.2500.380.2298.684062.75
Hex95C67A190261663283f
Octal22530617231046261435077
Binary10010101110001101111010110010100110101101100011101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95C67A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,198,122); }

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

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

 a { background-color: rgb(149,198,122); }

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

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

 span { border-color: rgb(149,198,122); }

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