Html Css Color HEX #80B131 Limerick

📋 copy color: '#80B131'

red 128 ◦ green 177 ◦ blue 49

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

Shades of Limerick #80B131

Tints of Limerick #80B131

RGB

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

 GREEN value IS 177 (69.53% from 255) = 50%

 BLUE value IS 49 (19.53% from 255) = 13.84%

R = 36.16%
G = 50%
B = 13.84%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#80B131 (or 0x80B131) is known color: Limerick. HEX triplet: 80, B1 and 31. RGB value is (128,177,49). Sum of RGB (Red+Green+Blue) = 128+177+49=354 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.16% from 354); Green value is 177 (69.53% from 255 or 50% from 354); Blue value is 49 (19.53% from 255 or 13.84% from 354); Max value from RGB is 177 - color contains mainly: green. Hex color #80B131 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80B131 is #7F4ECE. Grayscale: #949494. Windows color (decimal): -8343247 or 3256704. OLE color: 3256704.

HSL color Cylindrical-coordinate representation of color #80B131: hue angle of 82.97º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #80B131 is Cyan = 0.28, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.31.

Color convert

RGB 128 177 49 -
CMYK 0.28 0 0.72 0.31
HSL 82.97º 0.57% 0.44% -
HSV(B) 82.97º 0.72% 0.69% -
XYZ 25.18 36.26 8.58 -
YUV 147.76 72.27 113.91 -
System Red Green Blue C M Y K H S L
Decimal 128 177 49 0.28 0 0.72 0.31 82.97 0.57 0.44
Hex 80 B1 31 1C 0 48 1F 53 39 2C
Octal 200 261 61 34 0 110 37 123 71 54
Binary 10000000 10110001 110001 11100 0 1001000 11111 1010011 111001 101100

Color Harmonies of #80B131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B131

Black with #80B131

Text Example


Text Example

White with #80B131

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,177,49); }

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

background-color css

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

 a { background-color: rgb(128,177,49); }

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

border-color css

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

 span { border-color: rgb(128,177,49); }

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