Html Css Color HEX #80B037 Sushi

📋 copy color: '#80B037'

red 128 ◦ green 176 ◦ blue 55

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

Shades of Sushi #80B037

Tints of Sushi #80B037

RGB

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

 GREEN value IS 176 (69.14% from 255) = 49.03%

 BLUE value IS 55 (21.88% from 255) = 15.32%

R = 35.65%
G = 49.03%
B = 15.32%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#80B037 (or 0x80B037) is known color: Sushi. HEX triplet: 80, B0 and 37. RGB value is (128,176,55). Sum of RGB (Red+Green+Blue) = 128+176+55=359 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.65% from 359); Green value is 176 (69.14% from 255 or 49.03% from 359); Blue value is 55 (21.88% from 255 or 15.32% from 359); Max value from RGB is 176 - color contains mainly: green. Hex color #80B037 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80B037 is #7F4FC8. Grayscale: #949494. Windows color (decimal): -8343497 or 3649664. OLE color: 3649664.

HSL color Cylindrical-coordinate representation of color #80B037: hue angle of 83.8º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #80B037 is Cyan = 0.27, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.31.

Color convert

RGB 128 176 55 -
CMYK 0.27 0 0.69 0.31
HSL 83.8º 0.52% 0.45% -
HSV(B) 83.8º 0.69% 0.69% -
XYZ 25.12 35.92 9.22 -
YUV 147.85 75.6 113.84 -
System Red Green Blue C M Y K H S L
Decimal 128 176 55 0.27 0 0.69 0.31 83.8 0.52 0.45
Hex 80 B0 37 1B 0 45 1F 54 34 2D
Octal 200 260 67 33 0 105 37 124 64 55
Binary 10000000 10110000 110111 11011 0 1000101 11111 1010100 110100 101101

Color Harmonies of #80B037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B037

Black with #80B037

Text Example


Text Example

White with #80B037

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,176,55); }

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

background-color css

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

 a { background-color: rgb(128,176,55); }

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

border-color css

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

 span { border-color: rgb(128,176,55); }

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