#95BD83

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

Shades of Gossip #95BD83

Tints of Gossip #95BD83

Color information

#95BD83 (or 0x95BD83) is unknown color: approx Gossip. HEX triplet: 95, BD and 83. RGB value is (149,189,131). Sum of RGB (Red+Green+Blue) = 149+189+131=469 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.77% from 469); Green value is 189 (74.22% from 255 or 40.30% from 469); Blue value is 131 (51.56% from 255 or 27.93% from 469); Max value from RGB is 189 - color contains mainly: green. Hex color #95BD83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95BD83 is #6A427C. Grayscale: #AAAAAA. Windows color (decimal): -6963837 or 8633749. OLE color: 8633749.

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

Color convert

RGB149189131-
CMYK0.2100.310.26
HSL101.38º30.53%62.75%-
HSV(B)101.38º30.69%74.12%-
XYZ34.6944.4228.22-
YUV170.43105.75112.72-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.77%
GREEN value IS 189 (74.22% from 255) = 40.30%
BLUE value IS 131 (51.56% from 255) = 27.93%
R=31.77%
G=40.30%
B=27.93%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1491891310.2100.310.26101.3830.5362.75
Hex95BD831501F1A651f3f
Octal22527520325037321453777
Binary1001010110111101100000111010101111111010110010111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BD83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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