#849E2A

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

Shades of Sushi #849E2A

Tints of Sushi #849E2A

Color information

#849E2A (or 0x849E2A) is unknown color: approx Sushi. HEX triplet: 84, 9E and 2A. RGB value is (132,158,42). Sum of RGB (Red+Green+Blue) = 132+158+42=332 (43% of max value = 765). Red value is 132 (51.95% from 255 or 39.76% from 332); Green value is 158 (62.11% from 255 or 47.59% from 332); Blue value is 42 (16.80% from 255 or 12.65% from 332); Max value from RGB is 158 - color contains mainly: green. Hex color #849E2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #849E2A is #7B61D5. Grayscale: #898989. Windows color (decimal): -8085974 or 2793092. OLE color: 2793092.

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

Color convert

RGB13215842-
CMYK0.1600.730.38
HSL73.45º58%39.22%-
HSV(B)73.45º73.42%61.96%-
XYZ22.1629.536.72-
YUV13774.39124.43-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.76%
GREEN value IS 158 (62.11% from 255) = 47.59%
BLUE value IS 42 (16.80% from 255) = 12.65%
R=39.76%
G=47.59%
B=12.65%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal132158420.1600.730.3873.455839.22
Hex849E2A1004926493a27
Octal20423652200111461117247
Binary100001001001111010101010000010010011001101001001111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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