#839B32

Color #839B32 Sushi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sushi #839B32

Tints of Sushi #839B32

Color information

#839B32 (or 0x839B32) is unknown color: approx Sushi. HEX triplet: 83, 9B and 32. RGB value is (131,155,50). Sum of RGB (Red+Green+Blue) = 131+155+50=336 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.99% from 336); Green value is 155 (60.94% from 255 or 46.13% from 336); Blue value is 50 (19.92% from 255 or 14.88% from 336); Max value from RGB is 155 - color contains mainly: green. Hex color #839B32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #839B32 is #7C64CD. Grayscale: #888888. Windows color (decimal): -8152270 or 3316611. OLE color: 3316611.

HSL color Cylindrical-coordinate representation of color #839B32: hue angle of 73.71º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #839B32 is Cyan = 0.15, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.39.

Color convert

RGB13115550-
CMYK0.1500.680.39
HSL73.71º51.22%40.2%-
HSV(B)73.71º67.74%60.78%-
XYZ21.6628.57.38-
YUV135.8579.55124.54-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.99%
GREEN value IS 155 (60.94% from 255) = 46.13%
BLUE value IS 50 (19.92% from 255) = 14.88%
R=38.99%
G=46.13%
B=14.88%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal131155500.1500.680.3973.7151.2240.2
Hex839B32F044274a3328
Octal20323362170104471126350
Binary10000011100110111100101111010001001001111001010110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #839B32; }

 p { color: rgb(131,155,50); }

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

<style>
 a { background-color: #839B32; }

 a { background-color: rgb(131,155,50); }

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

<style>
 span { border-color: #839B32; }

 span { border-color: rgb(131,155,50); }

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