#809D30

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

Shades of Sushi #809D30

Tints of Sushi #809D30

Color information

#809D30 (or 0x809D30) is unknown color: approx Sushi. HEX triplet: 80, 9D and 30. RGB value is (128,157,48). Sum of RGB (Red+Green+Blue) = 128+157+48=333 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.44% from 333); Green value is 157 (61.72% from 255 or 47.15% from 333); Blue value is 48 (19.14% from 255 or 14.41% from 333); Max value from RGB is 157 - color contains mainly: green. Hex color #809D30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #809D30 is #7F62CF. Grayscale: #888888. Windows color (decimal): -8348368 or 3186048. OLE color: 3186048.

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

Color convert

RGB12815748-
CMYK0.1800.690.38
HSL75.96º53.17%40.2%-
HSV(B)75.96º69.43%61.57%-
XYZ21.4928.927.24-
YUV135.978.39122.36-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 38.44%
GREEN value IS 157 (61.72% from 255) = 47.15%
BLUE value IS 48 (19.14% from 255) = 14.41%
R=38.44%
G=47.15%
B=14.41%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal128157480.1800.690.3875.9653.1740.2
Hex809D3012045264c3528
Octal20023560220105461146550
Binary100000001001110111000010010010001011001101001100110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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