#81BA3C

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

Shades of Limerick #81BA3C

Tints of Limerick #81BA3C

Color information

#81BA3C (or 0x81BA3C) is unknown color: approx Limerick. HEX triplet: 81, BA and 3C. RGB value is (129,186,60). Sum of RGB (Red+Green+Blue) = 129+186+60=375 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.4% from 375); Green value is 186 (73.05% from 255 or 49.6% from 375); Blue value is 60 (23.83% from 255 or 16% from 375); Max value from RGB is 186 - color contains mainly: green. Hex color #81BA3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81BA3C is #7E45C3. Grayscale: #9B9B9B. Windows color (decimal): -8275396 or 3979905. OLE color: 3979905.

HSL color Cylindrical-coordinate representation of color #81BA3C: hue angle of 87.14º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #81BA3C is Cyan = 0.31, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.27.

Color convert

RGB12918660-
CMYK0.3100.680.27
HSL87.14º51.22%48.24%-
HSV(B)87.14º67.74%72.94%-
XYZ27.4340.1110.57-
YUV154.5974.62109.75-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.4%
GREEN value IS 186 (73.05% from 255) = 49.6%
BLUE value IS 60 (23.83% from 255) = 16%
R=34.4%
G=49.6%
B=16%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal129186600.3100.680.2787.1451.2248.24
Hex81BA3C1F0441B573330
Octal20127274370104331276360
Binary10000001101110101111001111101000100110111010111110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81BA3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,186,60); }

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

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

 a { background-color: rgb(129,186,60); }

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

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

 span { border-color: rgb(129,186,60); }

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