Html Css Color HEX #809D28 Sushi

📋 copy color: '#809D28'

red 128 ◦ green 157 ◦ blue 40

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

Shades of Sushi #809D28

Tints of Sushi #809D28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.31%

R = 39.38%
G = 48.31%
B = 12.31%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.75

 K value IS 0.38

RGB Variations

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

Color information

#809D28 (or 0x809D28) is known color: Sushi. HEX triplet: 80, 9D and 28. RGB value is (128,157,40). Sum of RGB (Red+Green+Blue) = 128+157+40=325 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.38% from 325); Green value is 157 (61.72% from 255 or 48.31% from 325); Blue value is 40 (16.02% from 255 or 12.31% from 325); Max value from RGB is 157 - color contains mainly: green. Hex color #809D28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #809D28 is #7F62D7. Grayscale: #878787. Windows color (decimal): -8348376 or 2661760. OLE color: 2661760.

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

Color convert

RGB 128 157 40 -
CMYK 0.18 0 0.75 0.38
HSL 74.87º 0.59% 0.39% -
HSV(B) 74.87º 0.75% 0.62% -
XYZ 21.34 28.86 6.45 -
YUV 134.99 74.39 123.01 -
System Red Green Blue C M Y K H S L
Decimal 128 157 40 0.18 0 0.75 0.38 74.87 0.59 0.39
Hex 80 9D 28 12 0 4B 26 4B 3B 27
Octal 200 235 50 22 0 113 46 113 73 47
Binary 10000000 10011101 101000 10010 0 1001011 100110 1001011 111011 100111

Color Harmonies of #809D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809D28

Black with #809D28

Text Example


Text Example

White with #809D28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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