#809930

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

Shades of Sushi #809930

Tints of Sushi #809930

Color information

#809930 (or 0x809930) is unknown color: approx Sushi. HEX triplet: 80, 99 and 30. RGB value is (128,153,48). Sum of RGB (Red+Green+Blue) = 128+153+48=329 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.91% from 329); Green value is 153 (60.16% from 255 or 46.50% from 329); Blue value is 48 (19.14% from 255 or 14.59% from 329); Max value from RGB is 153 - color contains mainly: green. Hex color #809930 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #809930 is #7F66CF. Grayscale: #858585. Windows color (decimal): -8349392 or 3185024. OLE color: 3185024.

HSL color Cylindrical-coordinate representation of color #809930: hue angle of 74.29º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #809930 is Cyan = 0.16, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.4.

Color convert

RGB12815348-
CMYK0.1600.690.4
HSL74.29º52.24%39.41%-
HSV(B)74.29º68.63%60%-
XYZ20.8327.597.02-
YUV133.5679.72124.04-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 38.91%
GREEN value IS 153 (60.16% from 255) = 46.50%
BLUE value IS 48 (19.14% from 255) = 14.59%
R=38.91%
G=46.50%
B=14.59%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal128153480.1600.690.474.2952.2439.41
Hex80993010045284a3427
Octal20023160200105501126447
Binary100000001001100111000010000010001011010001001010110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #809930; }

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

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

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

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

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

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

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

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