#849C27

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

Shades of Sushi #849C27

Tints of Sushi #849C27

Color information

#849C27 (or 0x849C27) is unknown color: approx Sushi. HEX triplet: 84, 9C and 27. RGB value is (132,156,39). Sum of RGB (Red+Green+Blue) = 132+156+39=327 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.37% from 327); Green value is 156 (61.33% from 255 or 47.71% from 327); Blue value is 39 (15.62% from 255 or 11.93% from 327); Max value from RGB is 156 - color contains mainly: green. Hex color #849C27 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #849C27 is #7B63D8. Grayscale: #878787. Windows color (decimal): -8086489 or 2595972. OLE color: 2595972.

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

Color convert

RGB13215639-
CMYK0.1500.750.39
HSL72.31º60%38.24%-
HSV(B)72.31º75%61.18%-
XYZ21.7728.836.34-
YUV135.4973.55125.51-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.37%
GREEN value IS 156 (61.33% from 255) = 47.71%
BLUE value IS 39 (15.62% from 255) = 11.93%
R=40.37%
G=47.71%
B=11.93%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal132156390.1500.750.3972.316038.24
Hex849C27F04B27483c26
Octal20423447170113471107446
Binary10000100100111001001111111010010111001111001000111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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