Html Css Color HEX #80AB43 Sushi

📋 copy color: '#80AB43'

red 128 ◦ green 171 ◦ blue 67

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

Shades of Sushi #80AB43

Tints of Sushi #80AB43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 18.31%

R = 34.97%
G = 46.72%
B = 18.31%

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

#80AB43 (or 0x80AB43) is known color: Sushi. HEX triplet: 80, AB and 43. RGB value is (128,171,67). Sum of RGB (Red+Green+Blue) = 128+171+67=366 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.97% from 366); Green value is 171 (67.19% from 255 or 46.72% from 366); Blue value is 67 (26.56% from 255 or 18.31% from 366); Max value from RGB is 171 - color contains mainly: green. Hex color #80AB43 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80AB43 is #7F54BC. Grayscale: #929292. Windows color (decimal): -8344765 or 4434816. OLE color: 4434816.

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

Color convert

RGB 128 171 67 -
CMYK 0.25 0 0.61 0.33
HSL 84.81º 0.44% 0.47% -
HSV(B) 84.81º 0.61% 0.67% -
XYZ 24.48 34.12 10.61 -
YUV 146.29 83.25 114.96 -
System Red Green Blue C M Y K H S L
Decimal 128 171 67 0.25 0 0.61 0.33 84.81 0.44 0.47
Hex 80 AB 43 19 0 3D 21 55 2C 2F
Octal 200 253 103 31 0 75 41 125 54 57
Binary 10000000 10101011 1000011 11001 0 111101 100001 1010101 101100 101111

Color Harmonies of #80AB43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AB43

Black with #80AB43

Text Example


Text Example

White with #80AB43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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