Html Css Color HEX #809935 Sushi

📋 copy color: '#809935'

red 128 ◦ green 153 ◦ blue 53

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

Shades of Sushi #809935

Tints of Sushi #809935

RGB

 RED value IS 128 (50.39% from 255) = 38.32%

 GREEN value IS 153 (60.16% from 255) = 45.81%

 BLUE value IS 53 (21.09% from 255) = 15.87%

R = 38.32%
G = 45.81%
B = 15.87%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.65

 K value IS 0.4

RGB Variations

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

Color information

#809935 (or 0x809935) is known color: Sushi. HEX triplet: 80, 99 and 35. RGB value is (128,153,53). Sum of RGB (Red+Green+Blue) = 128+153+53=334 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.32% from 334); Green value is 153 (60.16% from 255 or 45.81% from 334); Blue value is 53 (21.09% from 255 or 15.87% from 334); Max value from RGB is 153 - color contains mainly: green. Hex color #809935 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #809935 is #7F66CA. Grayscale: #868686. Windows color (decimal): -8349387 or 3512704. OLE color: 3512704.

HSL color Cylindrical-coordinate representation of color #809935: hue angle of 75º degrees, saturation: 0.49, 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 #809935 is Cyan = 0.16, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.4.

Color convert

RGB 128 153 53 -
CMYK 0.16 0 0.65 0.4
HSL 75º 0.49% 0.4% -
HSV(B) 75º 0.65% 0.6% -
XYZ 20.94 27.63 7.6 -
YUV 134.13 82.22 123.63 -
System Red Green Blue C M Y K H S L
Decimal 128 153 53 0.16 0 0.65 0.4 75 0.49 0.4
Hex 80 99 35 10 0 41 28 4B 31 28
Octal 200 231 65 20 0 101 50 113 61 50
Binary 10000000 10011001 110101 10000 0 1000001 101000 1001011 110001 101000

Color Harmonies of #809935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809935

Black with #809935

Text Example


Text Example

White with #809935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #809935; }

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

 H1.HeaderClassName
 {
   color: #809935;
 }
 .AnyTagClassName
 {
   color: #809935;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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