Html Css Color HEX #80AB2F Sushi

📋 copy color: '#80AB2F'

red 128 ◦ green 171 ◦ blue 47

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

Shades of Sushi #80AB2F

Tints of Sushi #80AB2F

RGB

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

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

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

R = 36.99%
G = 49.42%
B = 13.58%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#80AB2F (or 0x80AB2F) is known color: Sushi. HEX triplet: 80, AB and 2F. RGB value is (128,171,47). Sum of RGB (Red+Green+Blue) = 128+171+47=346 (45% of max value = 765). Red value is 128 (50.39% from 255 or 36.99% from 346); Green value is 171 (67.19% from 255 or 49.42% from 346); Blue value is 47 (18.75% from 255 or 13.58% from 346); Max value from RGB is 171 - color contains mainly: green. Hex color #80AB2F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80AB2F is #7F54D0. Grayscale: #909090. Windows color (decimal): -8344785 or 3124096. OLE color: 3124096.

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

Color convert

RGB 128 171 47 -
CMYK 0.25 0 0.73 0.33
HSL 80.81º 0.57% 0.43% -
HSV(B) 80.81º 0.73% 0.67% -
XYZ 23.98 33.92 7.97 -
YUV 144.01 73.25 116.58 -
System Red Green Blue C M Y K H S L
Decimal 128 171 47 0.25 0 0.73 0.33 80.81 0.57 0.43
Hex 80 AB 2F 19 0 49 21 51 39 2B
Octal 200 253 57 31 0 111 41 121 71 53
Binary 10000000 10101011 101111 11001 0 1001001 100001 1010001 111001 101011

Color Harmonies of #80AB2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AB2F

Black with #80AB2F

Text Example


Text Example

White with #80AB2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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