Html Css Color HEX #809D33 Sushi

📋 copy color: '#809D33'

red 128 ◦ green 157 ◦ blue 51

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

Shades of Sushi #809D33

Tints of Sushi #809D33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 15.18%

R = 38.1%
G = 46.73%
B = 15.18%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.68

 K value IS 0.38

RGB Variations

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

Color information

#809D33 (or 0x809D33) is known color: Sushi. HEX triplet: 80, 9D and 33. RGB value is (128,157,51). Sum of RGB (Red+Green+Blue) = 128+157+51=336 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.10% from 336); Green value is 157 (61.72% from 255 or 46.73% from 336); Blue value is 51 (20.31% from 255 or 15.18% from 336); Max value from RGB is 157 - color contains mainly: green. Hex color #809D33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #809D33 is #7F62CC. Grayscale: #888888. Windows color (decimal): -8348365 or 3382656. OLE color: 3382656.

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

Color convert

RGB 128 157 51 -
CMYK 0.18 0 0.68 0.38
HSL 76.42º 0.51% 0.41% -
HSV(B) 76.42º 0.68% 0.62% -
XYZ 21.56 28.94 7.58 -
YUV 136.25 79.89 122.12 -
System Red Green Blue C M Y K H S L
Decimal 128 157 51 0.18 0 0.68 0.38 76.42 0.51 0.41
Hex 80 9D 33 12 0 44 26 4C 33 29
Octal 200 235 63 22 0 104 46 114 63 51
Binary 10000000 10011101 110011 10010 0 1000100 100110 1001100 110011 101001

Color Harmonies of #809D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809D33

Black with #809D33

Text Example


Text Example

White with #809D33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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