#809d27

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

Shades of Sushi #809D27

Tints of Sushi #809D27

Color information

#809D27 (or 0x809D27) is unknown color: approx Sushi. HEX triplet: 80, 9D and 27. RGB value is (128,157,39). Sum of RGB (Red+Green+Blue) = 128+157+39=324 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.51% from 324); Green value is 157 (61.72% from 255 or 48.46% from 324); Blue value is 39 (15.62% from 255 or 12.04% from 324); Max value from RGB is 157 - color contains mainly: green. Hex color #809D27 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #809D27 is #7F62D8. Grayscale: #878787. Windows color (decimal): -8348377 or 2596224. OLE color: 2596224.

HSL color Cylindrical-coordinate representation of color #809D27: hue angle of 74.75º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #809D27 is Cyan = 0.18, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.38.

Color convert

RGB12815739-
CMYK0.1800.750.38
HSL74.75º60.2%38.43%-
HSV(B)74.75º75.16%61.57%-
XYZ21.3328.856.36-
YUV134.8873.89123.09-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 39.51%
GREEN value IS 157 (61.72% from 255) = 48.46%
BLUE value IS 39 (15.62% from 255) = 12.04%
R=39.51%
G=48.46%
B=12.04%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal128157390.1800.750.3874.7560.238.43
Hex809D271204B264b3c26
Octal20023547220113461137446
Binary100000001001110110011110010010010111001101001011111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809d27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #809d27; }

 p { color: rgb(128,157,39); }

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

<style>
 a { background-color: #809d27; }

 a { background-color: rgb(128,157,39); }

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

<style>
 span { border-color: #809d27; }

 span { border-color: rgb(128,157,39); }

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