#95BC83

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

Shades of Gossip #95BC83

Tints of Gossip #95BC83

Color information

#95BC83 (or 0x95BC83) is unknown color: approx Gossip. HEX triplet: 95, BC and 83. RGB value is (149,188,131). Sum of RGB (Red+Green+Blue) = 149+188+131=468 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.84% from 468); Green value is 188 (73.83% from 255 or 40.17% from 468); Blue value is 131 (51.56% from 255 or 27.99% from 468); Max value from RGB is 188 - color contains mainly: green. Hex color #95BC83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95BC83 is #6A437C. Grayscale: #AAAAAA. Windows color (decimal): -6964093 or 8633493. OLE color: 8633493.

HSL color Cylindrical-coordinate representation of color #95BC83: hue angle of 101.05º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #95BC83 is Cyan = 0.21, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.26.

Color convert

RGB149188131-
CMYK0.2100.300.26
HSL101.05º29.84%62.55%-
HSV(B)101.05º30.32%73.73%-
XYZ34.4743.9928.15-
YUV169.84106.08113.13-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.84%
GREEN value IS 188 (73.83% from 255) = 40.17%
BLUE value IS 131 (51.56% from 255) = 27.99%
R=31.84%
G=40.17%
B=27.99%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1491881310.2100.300.26101.0529.8462.55
Hex95BC831501E1A651e3f
Octal22527420325036321453677
Binary1001010110111100100000111010101111011010110010111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BC83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,188,131); }

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

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

 a { background-color: rgb(149,188,131); }

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

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

 span { border-color: rgb(149,188,131); }

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