Html Css Color HEX #80982D Sushi

📋 copy color: '#80982D'

red 128 ◦ green 152 ◦ blue 45

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

Shades of Sushi #80982D

Tints of Sushi #80982D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 46.77%

 BLUE value IS 45 (17.97% from 255) = 13.85%

R = 39.38%
G = 46.77%
B = 13.85%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.70

 K value IS 0.40

RGB Variations

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

Color information

#80982D (or 0x80982D) is known color: Sushi. HEX triplet: 80, 98 and 2D. RGB value is (128,152,45). Sum of RGB (Red+Green+Blue) = 128+152+45=325 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.38% from 325); Green value is 152 (59.77% from 255 or 46.77% from 325); Blue value is 45 (17.97% from 255 or 13.85% from 325); Max value from RGB is 152 - color contains mainly: green. Hex color #80982D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80982D is #7F67D2. Grayscale: #858585. Windows color (decimal): -8349651 or 2988160. OLE color: 2988160.

HSL color Cylindrical-coordinate representation of color #80982D: hue angle of 73.46º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #80982D is Cyan = 0.16, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.40.

Color convert

RGB 128 152 45 -
CMYK 0.16 0 0.70 0.40
HSL 73.46º 0.54% 0.39% -
HSV(B) 73.46º 0.7% 0.6% -
XYZ 20.6 27.24 6.65 -
YUV 132.63 78.55 124.7 -
System Red Green Blue C M Y K H S L
Decimal 128 152 45 0.16 0 0.70 0.40 73.46 0.54 0.39
Hex 80 98 2D 10 0 46 28 49 36 27
Octal 200 230 55 20 0 106 50 111 66 47
Binary 10000000 10011000 101101 10000 0 1000110 101000 1001001 110110 100111

Color Harmonies of #80982D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80982D

Black with #80982D

Text Example


Text Example

White with #80982D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80982D; }

 p { color: rgb(128,152,45); }

 H1.HeaderClassName
 {
   color: #80982D;
 }
 .AnyTagClassName
 {
   color: #80982D;
 }
</style>

background-color css

<style>
 a { background-color: #80982D; }

 a { background-color: rgb(128,152,45); }

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

border-color css

<style>
 span { border-color: #80982D; }

 span { border-color: rgb(128,152,45); }

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