Html Css Color HEX #80AB42 Sushi

📋 copy color: '#80AB42'

red 128 ◦ green 171 ◦ blue 66

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

Shades of Sushi #80AB42

Tints of Sushi #80AB42

RGB

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

 GREEN value IS 171 (67.19% from 255) = 46.85%

 BLUE value IS 66 (26.17% from 255) = 18.08%

R = 35.07%
G = 46.85%
B = 18.08%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#80AB42 (or 0x80AB42) is known color: Sushi. HEX triplet: 80, AB and 42. RGB value is (128,171,66). Sum of RGB (Red+Green+Blue) = 128+171+66=365 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.07% from 365); Green value is 171 (67.19% from 255 or 46.85% from 365); Blue value is 66 (26.17% from 255 or 18.08% from 365); Max value from RGB is 171 - color contains mainly: green. Hex color #80AB42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80AB42 is #7F54BD. Grayscale: #929292. Windows color (decimal): -8344766 or 4369280. OLE color: 4369280.

HSL color Cylindrical-coordinate representation of color #80AB42: hue angle of 84.57º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #80AB42 is Cyan = 0.25, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.33.

Color convert

RGB 128 171 66 -
CMYK 0.25 0 0.61 0.33
HSL 84.57º 0.44% 0.46% -
HSV(B) 84.57º 0.61% 0.67% -
XYZ 24.45 34.11 10.45 -
YUV 146.17 82.75 115.04 -
System Red Green Blue C M Y K H S L
Decimal 128 171 66 0.25 0 0.61 0.33 84.57 0.44 0.46
Hex 80 AB 42 19 0 3D 21 55 2C 2E
Octal 200 253 102 31 0 75 41 125 54 56
Binary 10000000 10101011 1000010 11001 0 111101 100001 1010101 101100 101110

Color Harmonies of #80AB42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AB42

Black with #80AB42

Text Example


Text Example

White with #80AB42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80AB42; }

 p { color: rgb(128,171,66); }

 H1.HeaderClassName
 {
   color: #80AB42;
 }
 .AnyTagClassName
 {
   color: #80AB42;
 }
</style>

background-color css

<style>
 a { background-color: #80AB42; }

 a { background-color: rgb(128,171,66); }

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

border-color css

<style>
 span { border-color: #80AB42; }

 span { border-color: rgb(128,171,66); }

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