Html Css Color HEX #809835 Sushi

📋 copy color: '#809835'

red 128 ◦ green 152 ◦ blue 53

#809835
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sushi #809835

Tints of Sushi #809835

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 value IS 0.16

 M value IS 0

 Y value IS 0.65

 K value IS 0.40

RGB Variations

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

Color information

#809835 (or 0x809835) is known color: 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

RGB 128 152 53 -
CMYK 0.16 0 0.65 0.40
HSL 74.55º 0.48% 0.4% -
HSV(B) 74.55º 0.65% 0.6% -
XYZ 20.77 27.3 7.54 -
YUV 133.54 82.55 124.05 -
System Red Green Blue C M Y K H S L
Decimal 128 152 53 0.16 0 0.65 0.40 74.55 0.48 0.4
Hex 80 98 35 10 0 41 28 4B 30 28
Octal 200 230 65 20 0 101 50 113 60 50
Binary 10000000 10011000 110101 10000 0 1000001 101000 1001011 110000 101000

Color Harmonies of #809835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809835

Black with #809835

Text Example


Text Example

White with #809835

Text Example


Text Example

HTML Codes & Css Web 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>