Html Css Color HEX #809D30 Sushi

📋 copy color: '#809D30'

red 128 ◦ green 157 ◦ blue 48

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

Shades of Sushi #809D30

Tints of Sushi #809D30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 14.41%

R = 38.44%
G = 47.15%
B = 14.41%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.69

 K value IS 0.38

RGB Variations

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

Color information

#809D30 (or 0x809D30) is known color: Sushi. HEX triplet: 80, 9D and 30. RGB value is (128,157,48). Sum of RGB (Red+Green+Blue) = 128+157+48=333 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.44% from 333); Green value is 157 (61.72% from 255 or 47.15% from 333); Blue value is 48 (19.14% from 255 or 14.41% from 333); Max value from RGB is 157 - color contains mainly: green. Hex color #809D30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #809D30 is #7F62CF. Grayscale: #888888. Windows color (decimal): -8348368 or 3186048. OLE color: 3186048.

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

Color convert

RGB 128 157 48 -
CMYK 0.18 0 0.69 0.38
HSL 75.96º 0.53% 0.4% -
HSV(B) 75.96º 0.69% 0.62% -
XYZ 21.49 28.92 7.24 -
YUV 135.9 78.39 122.36 -
System Red Green Blue C M Y K H S L
Decimal 128 157 48 0.18 0 0.69 0.38 75.96 0.53 0.4
Hex 80 9D 30 12 0 45 26 4C 35 28
Octal 200 235 60 22 0 105 46 114 65 50
Binary 10000000 10011101 110000 10010 0 1000101 100110 1001100 110101 101000

Color Harmonies of #809D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809D30

Black with #809D30

Text Example


Text Example

White with #809D30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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