Html Css Color HEX #80A333 Sushi

📋 copy color: '#80A333'

red 128 ◦ green 163 ◦ blue 51

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

Shades of Sushi #80A333

Tints of Sushi #80A333

RGB

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

 GREEN value IS 163 (64.06% from 255) = 47.66%

 BLUE value IS 51 (20.31% from 255) = 14.91%

R = 37.43%
G = 47.66%
B = 14.91%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.69

 K value IS 0.36

RGB Variations

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

Color information

#80A333 (or 0x80A333) is known color: Sushi. HEX triplet: 80, A3 and 33. RGB value is (128,163,51). Sum of RGB (Red+Green+Blue) = 128+163+51=342 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.43% from 342); Green value is 163 (64.06% from 255 or 47.66% from 342); Blue value is 51 (20.31% from 255 or 14.91% from 342); Max value from RGB is 163 - color contains mainly: green. Hex color #80A333 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80A333 is #7F5CCC. Grayscale: #8C8C8C. Windows color (decimal): -8346829 or 3384192. OLE color: 3384192.

HSL color Cylindrical-coordinate representation of color #80A333: hue angle of 78.75º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #80A333 is Cyan = 0.21, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.36.

Color convert

RGB 128 163 51 -
CMYK 0.21 0 0.69 0.36
HSL 78.75º 0.52% 0.42% -
HSV(B) 78.75º 0.69% 0.64% -
XYZ 22.6 31.02 7.93 -
YUV 139.77 77.9 119.61 -
System Red Green Blue C M Y K H S L
Decimal 128 163 51 0.21 0 0.69 0.36 78.75 0.52 0.42
Hex 80 A3 33 15 0 45 24 4F 34 2A
Octal 200 243 63 25 0 105 44 117 64 52
Binary 10000000 10100011 110011 10101 0 1000101 100100 1001111 110100 101010

Color Harmonies of #80A333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80A333

Black with #80A333

Text Example


Text Example

White with #80A333

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,163,51); }

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

background-color css

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

 a { background-color: rgb(128,163,51); }

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

border-color css

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

 span { border-color: rgb(128,163,51); }

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