#849D38

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

Shades of Sushi #849D38

Tints of Sushi #849D38

Color information

#849D38 (or 0x849D38) is unknown color: approx Sushi. HEX triplet: 84, 9D and 38. RGB value is (132,157,56). Sum of RGB (Red+Green+Blue) = 132+157+56=345 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.26% from 345); Green value is 157 (61.72% from 255 or 45.51% from 345); Blue value is 56 (22.27% from 255 or 16.23% from 345); Max value from RGB is 157 - color contains mainly: green. Hex color #849D38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #849D38 is #7B62C7. Grayscale: #8A8A8A. Windows color (decimal): -8086216 or 3710340. OLE color: 3710340.

HSL color Cylindrical-coordinate representation of color #849D38: hue angle of 74.85º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #849D38 is Cyan = 0.16, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.38.

Color convert

RGB13215756-
CMYK0.1600.640.38
HSL74.85º47.42%41.76%-
HSV(B)74.85º64.33%61.57%-
XYZ22.2929.318.22-
YUV138.0181.72123.71-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.26%
GREEN value IS 157 (61.72% from 255) = 45.51%
BLUE value IS 56 (22.27% from 255) = 16.23%
R=38.26%
G=45.51%
B=16.23%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal132157560.1600.640.3874.8547.4241.76
Hex849D3810040264b2f2a
Octal20423570200100461135752
Binary100001001001110111100010000010000001001101001011101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,157,56); }

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

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

 a { background-color: rgb(132,157,56); }

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

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

 span { border-color: rgb(132,157,56); }

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