Html Css Color HEX #80982F Sushi

📋 copy color: '#80982F'

red 128 ◦ green 152 ◦ blue 47

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

Shades of Sushi #80982F

Tints of Sushi #80982F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.37%

R = 39.14%
G = 46.48%
B = 14.37%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.69

 K value IS 0.40

RGB Variations

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

Color information

#80982F (or 0x80982F) is known color: Sushi. HEX triplet: 80, 98 and 2F. RGB value is (128,152,47). Sum of RGB (Red+Green+Blue) = 128+152+47=327 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.14% from 327); Green value is 152 (59.77% from 255 or 46.48% from 327); Blue value is 47 (18.75% from 255 or 14.37% from 327); Max value from RGB is 152 - color contains mainly: green. Hex color #80982F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80982F is #7F67D0. Grayscale: #858585. Windows color (decimal): -8349649 or 3119232. OLE color: 3119232.

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

Color convert

RGB 128 152 47 -
CMYK 0.16 0 0.69 0.40
HSL 73.71º 0.53% 0.39% -
HSV(B) 73.71º 0.69% 0.6% -
XYZ 20.64 27.25 6.86 -
YUV 132.85 79.55 124.54 -
System Red Green Blue C M Y K H S L
Decimal 128 152 47 0.16 0 0.69 0.40 73.71 0.53 0.39
Hex 80 98 2F 10 0 45 28 4A 35 27
Octal 200 230 57 20 0 105 50 112 65 47
Binary 10000000 10011000 101111 10000 0 1000101 101000 1001010 110101 100111

Color Harmonies of #80982F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80982F

Black with #80982F

Text Example


Text Example

White with #80982F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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