Html Css Color HEX #80AB3D Sushi

📋 copy color: '#80AB3D'

red 128 ◦ green 171 ◦ blue 61

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

Shades of Sushi #80AB3D

Tints of Sushi #80AB3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 16.94%

R = 35.56%
G = 47.5%
B = 16.94%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#80AB3D (or 0x80AB3D) is known color: Sushi. HEX triplet: 80, AB and 3D. RGB value is (128,171,61). Sum of RGB (Red+Green+Blue) = 128+171+61=360 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.56% from 360); Green value is 171 (67.19% from 255 or 47.5% from 360); Blue value is 61 (24.22% from 255 or 16.94% from 360); Max value from RGB is 171 - color contains mainly: green. Hex color #80AB3D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80AB3D is #7F54C2. Grayscale: #929292. Windows color (decimal): -8344771 or 4041600. OLE color: 4041600.

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

Color convert

RGB 128 171 61 -
CMYK 0.25 0 0.64 0.33
HSL 83.45º 0.47% 0.45% -
HSV(B) 83.45º 0.64% 0.67% -
XYZ 24.31 34.05 9.71 -
YUV 145.6 80.25 115.44 -
System Red Green Blue C M Y K H S L
Decimal 128 171 61 0.25 0 0.64 0.33 83.45 0.47 0.45
Hex 80 AB 3D 19 0 40 21 53 2F 2D
Octal 200 253 75 31 0 100 41 123 57 55
Binary 10000000 10101011 111101 11001 0 1000000 100001 1010011 101111 101101

Color Harmonies of #80AB3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AB3D

Black with #80AB3D

Text Example


Text Example

White with #80AB3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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