#809B26

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

Shades of Sushi #809B26

Tints of Sushi #809B26

Color information

#809B26 (or 0x809B26) is unknown color: approx Sushi. HEX triplet: 80, 9B and 26. RGB value is (128,155,38). Sum of RGB (Red+Green+Blue) = 128+155+38=321 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.88% from 321); Green value is 155 (60.94% from 255 or 48.29% from 321); Blue value is 38 (15.23% from 255 or 11.84% from 321); Max value from RGB is 155 - color contains mainly: green. Hex color #809B26 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #809B26 is #7F64D9. Grayscale: #868686. Windows color (decimal): -8348890 or 2530176. OLE color: 2530176.

HSL color Cylindrical-coordinate representation of color #809B26: hue angle of 73.85º degrees, saturation: 0.61, 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 #809B26 is Cyan = 0.17, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.39.

Color convert

RGB12815538-
CMYK0.1700.750.39
HSL73.85º60.62%37.84%-
HSV(B)73.85º75.48%60.78%-
XYZ20.9728.176.17-
YUV133.5974.05124.01-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 39.88%
GREEN value IS 155 (60.94% from 255) = 48.29%
BLUE value IS 38 (15.23% from 255) = 11.84%
R=39.88%
G=48.29%
B=11.84%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal128155380.1700.750.3973.8560.6237.84
Hex809B261104B274a3d26
Octal20023346210113471127546
Binary100000001001101110011010001010010111001111001010111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809B26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,155,38); }

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

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

 a { background-color: rgb(128,155,38); }

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

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

 span { border-color: rgb(128,155,38); }

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