#81BA3E

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

Shades of Limerick #81BA3E

Tints of Limerick #81BA3E

Color information

#81BA3E (or 0x81BA3E) is unknown color: approx Limerick. HEX triplet: 81, BA and 3E. RGB value is (129,186,62). Sum of RGB (Red+Green+Blue) = 129+186+62=377 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.22% from 377); Green value is 186 (73.05% from 255 or 49.34% from 377); Blue value is 62 (24.61% from 255 or 16.45% from 377); Max value from RGB is 186 - color contains mainly: green. Hex color #81BA3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81BA3E is #7E45C1. Grayscale: #9B9B9B. Windows color (decimal): -8275394 or 4110977. OLE color: 4110977.

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

Color convert

RGB12918662-
CMYK0.3100.670.27
HSL87.58º50%48.63%-
HSV(B)87.58º66.67%72.94%-
XYZ27.4840.1310.86-
YUV154.8275.62109.58-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.22%
GREEN value IS 186 (73.05% from 255) = 49.34%
BLUE value IS 62 (24.61% from 255) = 16.45%
R=34.22%
G=49.34%
B=16.45%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal129186620.3100.670.2787.585048.63
Hex81BA3E1F0431B583231
Octal20127276370103331306261
Binary10000001101110101111101111101000011110111011000110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81BA3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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