Html Css Color HEX #80992A Sushi

📋 copy color: '#80992A'

red 128 ◦ green 153 ◦ blue 42

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

Shades of Sushi #80992A

Tints of Sushi #80992A

RGB

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

 GREEN value IS 153 (60.16% from 255) = 47.37%

 BLUE value IS 42 (16.8% from 255) = 13%

R = 39.63%
G = 47.37%
B = 13%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.73

 K value IS 0.4

RGB Variations

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

Color information

#80992A (or 0x80992A) is known color: Sushi. HEX triplet: 80, 99 and 2A. RGB value is (128,153,42). Sum of RGB (Red+Green+Blue) = 128+153+42=323 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.63% from 323); Green value is 153 (60.16% from 255 or 47.37% from 323); Blue value is 42 (16.80% from 255 or 13.00% from 323); Max value from RGB is 153 - color contains mainly: green. Hex color #80992A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80992A is #7F66D5. Grayscale: #858585. Windows color (decimal): -8349398 or 2791808. OLE color: 2791808.

HSL color Cylindrical-coordinate representation of color #80992A: hue angle of 73.51º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #80992A is Cyan = 0.16, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.4.

Color convert

RGB 128 153 42 -
CMYK 0.16 0 0.73 0.4
HSL 73.51º 0.57% 0.38% -
HSV(B) 73.51º 0.73% 0.6% -
XYZ 20.71 27.54 6.41 -
YUV 132.87 76.72 124.53 -
System Red Green Blue C M Y K H S L
Decimal 128 153 42 0.16 0 0.73 0.4 73.51 0.57 0.38
Hex 80 99 2A 10 0 49 28 4A 39 26
Octal 200 231 52 20 0 111 50 112 71 46
Binary 10000000 10011001 101010 10000 0 1001001 101000 1001010 111001 100110

Color Harmonies of #80992A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80992A

Black with #80992A

Text Example


Text Example

White with #80992A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80992A; }

 p { color: rgb(128,153,42); }

 H1.HeaderClassName
 {
   color: #80992A;
 }
 .AnyTagClassName
 {
   color: #80992A;
 }
</style>

background-color css

<style>
 a { background-color: #80992A; }

 a { background-color: rgb(128,153,42); }

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

border-color css

<style>
 span { border-color: #80992A; }

 span { border-color: rgb(128,153,42); }

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