#95C37B

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

Shades of Gossip #95C37B

Tints of Gossip #95C37B

Color information

#95C37B (or 0x95C37B) is unknown color: approx Gossip. HEX triplet: 95, C3 and 7B. RGB value is (149,195,123). Sum of RGB (Red+Green+Blue) = 149+195+123=467 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.91% from 467); Green value is 195 (76.56% from 255 or 41.76% from 467); Blue value is 123 (48.44% from 255 or 26.34% from 467); Max value from RGB is 195 - color contains mainly: green. Hex color #95C37B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95C37B is #6A3C84. Grayscale: #ADADAD. Windows color (decimal): -6962309 or 8110997. OLE color: 8110997.

HSL color Cylindrical-coordinate representation of color #95C37B: hue angle of 98.33º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #95C37B is Cyan = 0.24, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.

Color convert

RGB149195123-
CMYK0.2400.370.24
HSL98.33º37.5%62.35%-
HSV(B)98.33º36.92%76.47%-
XYZ35.4846.8525.91-
YUV173.0499.76110.85-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.91%
GREEN value IS 195 (76.56% from 255) = 41.76%
BLUE value IS 123 (48.44% from 255) = 26.34%
R=31.91%
G=41.76%
B=26.34%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1491951230.2400.370.2498.3337.562.35
Hex95C37B180251862263e
Octal22530317330045301424676
Binary10010101110000111111011110000100101110001100010100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95C37B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,195,123); }

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

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

 a { background-color: rgb(149,195,123); }

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

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

 span { border-color: rgb(149,195,123); }

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