#849C2A

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

Shades of Sushi #849C2A

Tints of Sushi #849C2A

Color information

#849C2A (or 0x849C2A) is unknown color: approx Sushi. HEX triplet: 84, 9C and 2A. RGB value is (132,156,42). Sum of RGB (Red+Green+Blue) = 132+156+42=330 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40% from 330); Green value is 156 (61.33% from 255 or 47.27% from 330); Blue value is 42 (16.80% from 255 or 12.73% from 330); Max value from RGB is 156 - color contains mainly: green. Hex color #849C2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #849C2A is #7B63D5. Grayscale: #888888. Windows color (decimal): -8086486 or 2792580. OLE color: 2792580.

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

Color convert

RGB13215642-
CMYK0.1500.730.39
HSL72.63º57.58%38.82%-
HSV(B)72.63º73.08%61.18%-
XYZ21.8228.856.61-
YUV135.8375.05125.27-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40%
GREEN value IS 156 (61.33% from 255) = 47.27%
BLUE value IS 42 (16.80% from 255) = 12.73%
R=40%
G=47.27%
B=12.73%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal132156420.1500.730.3972.6357.5838.82
Hex849C2AF04927493a27
Octal20423452170111471117247
Binary10000100100111001010101111010010011001111001001111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,156,42); }

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

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

 a { background-color: rgb(132,156,42); }

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

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

 span { border-color: rgb(132,156,42); }

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