Html Css Color HEX #809F20 Sushi

📋 copy color: '#809F20'

red 128 ◦ green 159 ◦ blue 32

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

Shades of Sushi #809F20

Tints of Sushi #809F20

RGB

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

 GREEN value IS 159 (62.5% from 255) = 49.84%

 BLUE value IS 32 (12.89% from 255) = 10.03%

R = 40.13%
G = 49.84%
B = 10.03%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.80

 K value IS 0.38

RGB Variations

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

Color information

#809F20 (or 0x809F20) is known color: Sushi. HEX triplet: 80, 9F and 20. RGB value is (128,159,32). Sum of RGB (Red+Green+Blue) = 128+159+32=319 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40.13% from 319); Green value is 159 (62.5% from 255 or 49.84% from 319); Blue value is 32 (12.89% from 255 or 10.03% from 319); Max value from RGB is 159 - color contains mainly: green. Hex color #809F20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #809F20 is #7F60DF. Grayscale: #878787. Windows color (decimal): -8347872 or 2137984. OLE color: 2137984.

HSL color Cylindrical-coordinate representation of color #809F20: hue angle of 74.65º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #809F20 is Cyan = 0.19, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.38.

Color convert

RGB 128 159 32 -
CMYK 0.19 0 0.80 0.38
HSL 74.65º 0.66% 0.37% -
HSV(B) 74.65º 0.8% 0.62% -
XYZ 21.56 29.49 5.92 -
YUV 135.25 69.73 122.83 -
System Red Green Blue C M Y K H S L
Decimal 128 159 32 0.19 0 0.80 0.38 74.65 0.66 0.37
Hex 80 9F 20 13 0 50 26 4B 42 25
Octal 200 237 40 23 0 120 46 113 102 45
Binary 10000000 10011111 100000 10011 0 1010000 100110 1001011 1000010 100101

Color Harmonies of #809F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809F20

Black with #809F20

Text Example


Text Example

White with #809F20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,159,32); }

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

background-color css

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

 a { background-color: rgb(128,159,32); }

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

border-color css

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

 span { border-color: rgb(128,159,32); }

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