#849B31

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

Shades of Sushi #849B31

Tints of Sushi #849B31

Color information

#849B31 (or 0x849B31) is unknown color: approx Sushi. HEX triplet: 84, 9B and 31. RGB value is (132,155,49). Sum of RGB (Red+Green+Blue) = 132+155+49=336 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.29% from 336); Green value is 155 (60.94% from 255 or 46.13% from 336); Blue value is 49 (19.53% from 255 or 14.58% from 336); Max value from RGB is 155 - color contains mainly: green. Hex color #849B31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #849B31 is #7B64CE. Grayscale: #888888. Windows color (decimal): -8086735 or 3251076. OLE color: 3251076.

HSL color Cylindrical-coordinate representation of color #849B31: hue angle of 73.02º degrees, saturation: 0.52, 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 #849B31 is Cyan = 0.15, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.39.

Color convert

RGB13215549-
CMYK0.1500.680.39
HSL73.02º51.96%40%-
HSV(B)73.02º68.39%60.78%-
XYZ21.7928.577.27-
YUV136.0478.88125.12-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.29%
GREEN value IS 155 (60.94% from 255) = 46.13%
BLUE value IS 49 (19.53% from 255) = 14.58%
R=39.29%
G=46.13%
B=14.58%

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
Decimal132155490.1500.680.3973.0251.9640
Hex849B31F04427493428
Octal20423361170104471116450
Binary10000100100110111100011111010001001001111001001110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849B31; }

 p { color: rgb(132,155,49); }

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

<style>
 a { background-color: #849B31; }

 a { background-color: rgb(132,155,49); }

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

<style>
 span { border-color: #849B31; }

 span { border-color: rgb(132,155,49); }

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