#81B732

Color #81B732 Limerick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limerick #81B732

Tints of Limerick #81B732

Color information

#81B732 (or 0x81B732) is unknown color: approx Limerick. HEX triplet: 81, B7 and 32. RGB value is (129,183,50). Sum of RGB (Red+Green+Blue) = 129+183+50=362 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.64% from 362); Green value is 183 (71.88% from 255 or 50.55% from 362); Blue value is 50 (19.92% from 255 or 13.81% from 362); Max value from RGB is 183 - color contains mainly: green. Hex color #81B732 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81B732 is #7E48CD. Grayscale: #989898. Windows color (decimal): -8276174 or 3323777. OLE color: 3323777.

HSL color Cylindrical-coordinate representation of color #81B732: hue angle of 84.36º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #81B732 is Cyan = 0.30, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.28.

Color convert

RGB12918350-
CMYK0.3000.730.28
HSL84.36º57.08%45.69%-
HSV(B)84.36º72.68%71.76%-
XYZ26.5638.769.1-
YUV151.6970.61111.81-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.64%
GREEN value IS 183 (71.88% from 255) = 50.55%
BLUE value IS 50 (19.92% from 255) = 13.81%
R=35.64%
G=50.55%
B=13.81%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal129183500.3000.730.2884.3657.0845.69
Hex81B7321E0491C54392e
Octal20126762360111341247156
Binary10000001101101111100101111001001001111001010100111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81B732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81B732; }

 p { color: rgb(129,183,50); }

 H1.HeaderClassName
 {
   color: #81B732;
 }
 .AnyTagClassName
 {
   color: #81B732;
 }
</style>
background-color css

<style>
 a { background-color: #81B732; }

 a { background-color: rgb(129,183,50); }

 div.DivClassName
 {
   background-color: #81B732;
 }
 .BgClassName
 {
   background-color: #81B732;
 }
</style>
border-color css

<style>
 span { border-color: #81B732; }

 span { border-color: rgb(129,183,50); }

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