#849B33

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

Shades of Sushi #849B33

Tints of Sushi #849B33

Color information

#849B33 (or 0x849B33) is unknown color: approx Sushi. HEX triplet: 84, 9B and 33. RGB value is (132,155,51). Sum of RGB (Red+Green+Blue) = 132+155+51=338 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.05% from 338); Green value is 155 (60.94% from 255 or 45.86% from 338); Blue value is 51 (20.31% from 255 or 15.09% from 338); Max value from RGB is 155 - color contains mainly: green. Hex color #849B33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #849B33 is #7B64CC. Grayscale: #888888. Windows color (decimal): -8086733 or 3382148. OLE color: 3382148.

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

Color convert

RGB13215551-
CMYK0.1500.670.39
HSL73.27º50.49%40.39%-
HSV(B)73.27º67.1%60.78%-
XYZ21.8328.597.5-
YUV136.2779.88124.96-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.05%
GREEN value IS 155 (60.94% from 255) = 45.86%
BLUE value IS 51 (20.31% from 255) = 15.09%
R=39.05%
G=45.86%
B=15.09%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal132155510.1500.670.3973.2750.4940.39
Hex849B33F04327493228
Octal20423363170103471116250
Binary10000100100110111100111111010000111001111001001110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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