Html Css Color HEX #809D46 Sushi

📋 copy color: '#809D46'

red 128 ◦ green 157 ◦ blue 70

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

Shades of Sushi #809D46

Tints of Sushi #809D46

RGB

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

 GREEN value IS 157 (61.72% from 255) = 44.23%

 BLUE value IS 70 (27.73% from 255) = 19.72%

R = 36.06%
G = 44.23%
B = 19.72%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.55

 K value IS 0.38

RGB Variations

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

Color information

#809D46 (or 0x809D46) is known color: Sushi. HEX triplet: 80, 9D and 46. RGB value is (128,157,70). Sum of RGB (Red+Green+Blue) = 128+157+70=355 (47% of max value = 765). Red value is 128 (50.39% from 255 or 36.06% from 355); Green value is 157 (61.72% from 255 or 44.23% from 355); Blue value is 70 (27.73% from 255 or 19.72% from 355); Max value from RGB is 157 - color contains mainly: green. Hex color #809D46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #809D46 is #7F62B9. Grayscale: #8A8A8A. Windows color (decimal): -8348346 or 4627840. OLE color: 4627840.

HSL color Cylindrical-coordinate representation of color #809D46: hue angle of 80º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #809D46 is Cyan = 0.18, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.38.

Color convert

RGB 128 157 70 -
CMYK 0.18 0 0.55 0.38
HSL 80º 0.38% 0.45% -
HSV(B) 80º 0.55% 0.62% -
XYZ 22.06 29.15 10.26 -
YUV 138.41 89.39 120.57 -
System Red Green Blue C M Y K H S L
Decimal 128 157 70 0.18 0 0.55 0.38 80 0.38 0.45
Hex 80 9D 46 12 0 37 26 50 26 2D
Octal 200 235 106 22 0 67 46 120 46 55
Binary 10000000 10011101 1000110 10010 0 110111 100110 1010000 100110 101101

Color Harmonies of #809D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809D46

Black with #809D46

Text Example


Text Example

White with #809D46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #809D46; }

 p { color: rgb(128,157,70); }

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

background-color css

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

 a { background-color: rgb(128,157,70); }

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

border-color css

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

 span { border-color: rgb(128,157,70); }

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