#93BB83

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

Shades of Gossip #93BB83

Tints of Gossip #93BB83

Color information

#93BB83 (or 0x93BB83) is unknown color: approx Gossip. HEX triplet: 93, BB and 83. RGB value is (147,187,131). Sum of RGB (Red+Green+Blue) = 147+187+131=465 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.61% from 465); Green value is 187 (73.44% from 255 or 40.22% from 465); Blue value is 131 (51.56% from 255 or 28.17% from 465); Max value from RGB is 187 - color contains mainly: green. Hex color #93BB83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93BB83 is #6C447C. Grayscale: #A8A8A8. Windows color (decimal): -7095421 or 8633235. OLE color: 8633235.

HSL color Cylindrical-coordinate representation of color #93BB83: hue angle of 102.86º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #93BB83 is Cyan = 0.21, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB147187131-
CMYK0.2100.300.27
HSL102.86º29.17%62.35%-
HSV(B)102.86º29.95%73.33%-
XYZ33.943.3828.06-
YUV168.66106.75112.55-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.61%
GREEN value IS 187 (73.44% from 255) = 40.22%
BLUE value IS 131 (51.56% from 255) = 28.17%
R=31.61%
G=40.22%
B=28.17%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1471871310.2100.300.27102.8629.1762.35
Hex93BB831501E1B671d3e
Octal22327320325036331473576
Binary1001001110111011100000111010101111011011110011111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93BB83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93BB83; }

 p { color: rgb(147,187,131); }

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

<style>
 a { background-color: #93BB83; }

 a { background-color: rgb(147,187,131); }

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

<style>
 span { border-color: #93BB83; }

 span { border-color: rgb(147,187,131); }

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