#809835

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

Shades of Sushi #809835

Tints of Sushi #809835

Color information

#809835 (or 0x809835) is unknown color: approx Sushi. HEX triplet: 80, 98 and 35. RGB value is (128,152,53). Sum of RGB (Red+Green+Blue) = 128+152+53=333 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.44% from 333); Green value is 152 (59.77% from 255 or 45.65% from 333); Blue value is 53 (21.09% from 255 or 15.92% from 333); Max value from RGB is 152 - color contains mainly: green. Hex color #809835 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #809835 is #7F67CA. Grayscale: #858585. Windows color (decimal): -8349643 or 3512448. OLE color: 3512448.

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

Color convert

RGB12815253-
CMYK0.1600.650.40
HSL74.55º48.29%40.2%-
HSV(B)74.55º65.13%59.61%-
XYZ20.7727.37.54-
YUV133.5482.55124.05-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 38.44%
GREEN value IS 152 (59.77% from 255) = 45.65%
BLUE value IS 53 (21.09% from 255) = 15.92%
R=38.44%
G=45.65%
B=15.92%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal128152530.1600.650.4074.5548.2940.2
Hex80983510041284b3028
Octal20023065200101501136050
Binary100000001001100011010110000010000011010001001011110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #809835; }

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

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

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

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

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

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

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

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