#839A32

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

Shades of Sushi #839A32

Tints of Sushi #839A32

Color information

#839A32 (or 0x839A32) is unknown color: approx Sushi. HEX triplet: 83, 9A and 32. RGB value is (131,154,50). Sum of RGB (Red+Green+Blue) = 131+154+50=335 (44% of max value = 765). Red value is 131 (51.56% from 255 or 39.10% from 335); Green value is 154 (60.55% from 255 or 45.97% from 335); Blue value is 50 (19.92% from 255 or 14.93% from 335); Max value from RGB is 154 - color contains mainly: green. Hex color #839A32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #839A32 is #7C65CD. Grayscale: #878787. Windows color (decimal): -8152526 or 3316355. OLE color: 3316355.

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

Color convert

RGB13115450-
CMYK0.1500.680.40
HSL73.27º50.98%40%-
HSV(B)73.27º67.53%60.39%-
XYZ21.4928.177.32-
YUV135.2779.88124.96-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 39.10%
GREEN value IS 154 (60.55% from 255) = 45.97%
BLUE value IS 50 (19.92% from 255) = 14.93%
R=39.10%
G=45.97%
B=14.93%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal131154500.1500.680.4073.2750.9840
Hex839A32F04428493328
Octal20323262170104501116350
Binary10000011100110101100101111010001001010001001001110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839A32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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