Html Css Color HEX #80B736 Limerick

📋 copy color: '#80B736'

red 128 ◦ green 183 ◦ blue 54

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

Shades of Limerick #80B736

Tints of Limerick #80B736

RGB

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

 GREEN value IS 183 (71.88% from 255) = 50.14%

 BLUE value IS 54 (21.48% from 255) = 14.79%

R = 35.07%
G = 50.14%
B = 14.79%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.70

 K value IS 0.28

RGB Variations

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

Color information

#80B736 (or 0x80B736) is known color: Limerick. HEX triplet: 80, B7 and 36. RGB value is (128,183,54). Sum of RGB (Red+Green+Blue) = 128+183+54=365 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.07% from 365); Green value is 183 (71.88% from 255 or 50.14% from 365); Blue value is 54 (21.48% from 255 or 14.79% from 365); Max value from RGB is 183 - color contains mainly: green. Hex color #80B736 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80B736 is #7F48C9. Grayscale: #989898. Windows color (decimal): -8341706 or 3585920. OLE color: 3585920.

HSL color Cylindrical-coordinate representation of color #80B736: hue angle of 85.58º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #80B736 is Cyan = 0.30, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.28.

Color convert

RGB 128 183 54 -
CMYK 0.30 0 0.70 0.28
HSL 85.58º 0.54% 0.46% -
HSV(B) 85.58º 0.7% 0.72% -
XYZ 26.5 38.72 9.57 -
YUV 151.85 72.78 110.99 -
System Red Green Blue C M Y K H S L
Decimal 128 183 54 0.30 0 0.70 0.28 85.58 0.54 0.46
Hex 80 B7 36 1E 0 46 1C 56 36 2E
Octal 200 267 66 36 0 106 34 126 66 56
Binary 10000000 10110111 110110 11110 0 1000110 11100 1010110 110110 101110

Color Harmonies of #80B736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B736

Black with #80B736

Text Example


Text Example

White with #80B736

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,183,54); }

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

background-color css

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

 a { background-color: rgb(128,183,54); }

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

border-color css

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

 span { border-color: rgb(128,183,54); }

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