Html Css Color HEX #80B032 Limerick

📋 copy color: '#80B032'

red 128 ◦ green 176 ◦ blue 50

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

Shades of Limerick #80B032

Tints of Limerick #80B032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 14.12%

R = 36.16%
G = 49.72%
B = 14.12%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#80B032 (or 0x80B032) is known color: Limerick. HEX triplet: 80, B0 and 32. RGB value is (128,176,50). Sum of RGB (Red+Green+Blue) = 128+176+50=354 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.16% from 354); Green value is 176 (69.14% from 255 or 49.72% from 354); Blue value is 50 (19.92% from 255 or 14.12% from 354); Max value from RGB is 176 - color contains mainly: green. Hex color #80B032 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80B032 is #7F4FCD. Grayscale: #939393. Windows color (decimal): -8343502 or 3321984. OLE color: 3321984.

HSL color Cylindrical-coordinate representation of color #80B032: hue angle of 82.86º degrees, saturation: 0.56, 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 #80B032 is Cyan = 0.27, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.31.

Color convert

RGB 128 176 50 -
CMYK 0.27 0 0.72 0.31
HSL 82.86º 0.56% 0.44% -
HSV(B) 82.86º 0.72% 0.69% -
XYZ 25 35.87 8.62 -
YUV 147.28 73.1 114.25 -
System Red Green Blue C M Y K H S L
Decimal 128 176 50 0.27 0 0.72 0.31 82.86 0.56 0.44
Hex 80 B0 32 1B 0 48 1F 53 38 2C
Octal 200 260 62 33 0 110 37 123 70 54
Binary 10000000 10110000 110010 11011 0 1001000 11111 1010011 111000 101100

Color Harmonies of #80B032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B032

Black with #80B032

Text Example


Text Example

White with #80B032

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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