#809833

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

Shades of Sushi #809833

Tints of Sushi #809833

Color information

#809833 (or 0x809833) is unknown color: approx Sushi. HEX triplet: 80, 98 and 33. RGB value is (128,152,51). Sum of RGB (Red+Green+Blue) = 128+152+51=331 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.67% from 331); Green value is 152 (59.77% from 255 or 45.92% from 331); Blue value is 51 (20.31% from 255 or 15.41% from 331); Max value from RGB is 152 - color contains mainly: green. Hex color #809833 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #809833 is #7F67CC. Grayscale: #858585. Windows color (decimal): -8349645 or 3381376. OLE color: 3381376.

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

Color convert

RGB12815251-
CMYK0.1600.660.40
HSL74.26º49.75%39.8%-
HSV(B)74.26º66.45%59.61%-
XYZ20.7327.287.31-
YUV133.3181.55124.21-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 38.67%
GREEN value IS 152 (59.77% from 255) = 45.92%
BLUE value IS 51 (20.31% from 255) = 15.41%
R=38.67%
G=45.92%
B=15.41%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal128152510.1600.660.4074.2649.7539.8
Hex80983310042284a3228
Octal20023063200102501126250
Binary100000001001100011001110000010000101010001001010110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #809833; }

 p { color: rgb(128,152,51); }

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

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

 a { background-color: rgb(128,152,51); }

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

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

 span { border-color: rgb(128,152,51); }

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