Html Css Color HEX #80982C Sushi

📋 copy color: '#80982C'

red 128 ◦ green 152 ◦ blue 44

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

Shades of Sushi #80982C

Tints of Sushi #80982C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 13.58%

R = 39.51%
G = 46.91%
B = 13.58%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.71

 K value IS 0.40

RGB Variations

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

Color information

#80982C (or 0x80982C) is known color: Sushi. HEX triplet: 80, 98 and 2C. RGB value is (128,152,44). Sum of RGB (Red+Green+Blue) = 128+152+44=324 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.51% from 324); Green value is 152 (59.77% from 255 or 46.91% from 324); Blue value is 44 (17.58% from 255 or 13.58% from 324); Max value from RGB is 152 - color contains mainly: green. Hex color #80982C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80982C is #7F67D3. Grayscale: #848484. Windows color (decimal): -8349652 or 2922624. OLE color: 2922624.

HSL color Cylindrical-coordinate representation of color #80982C: hue angle of 73.33º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #80982C is Cyan = 0.16, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.40.

Color convert

RGB 128 152 44 -
CMYK 0.16 0 0.71 0.40
HSL 73.33º 0.55% 0.38% -
HSV(B) 73.33º 0.71% 0.6% -
XYZ 20.58 27.23 6.55 -
YUV 132.51 78.05 124.78 -
System Red Green Blue C M Y K H S L
Decimal 128 152 44 0.16 0 0.71 0.40 73.33 0.55 0.38
Hex 80 98 2C 10 0 47 28 49 37 26
Octal 200 230 54 20 0 107 50 111 67 46
Binary 10000000 10011000 101100 10000 0 1000111 101000 1001001 110111 100110

Color Harmonies of #80982C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80982C

Black with #80982C

Text Example


Text Example

White with #80982C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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