#81B93D

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

Shades of Limerick #81B93D

Tints of Limerick #81B93D

Color information

#81B93D (or 0x81B93D) is unknown color: approx Limerick. HEX triplet: 81, B9 and 3D. RGB value is (129,185,61). Sum of RGB (Red+Green+Blue) = 129+185+61=375 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.4% from 375); Green value is 185 (72.66% from 255 or 49.33% from 375); Blue value is 61 (24.22% from 255 or 16.27% from 375); Max value from RGB is 185 - color contains mainly: green. Hex color #81B93D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81B93D is #7E46C2. Grayscale: #9A9A9A. Windows color (decimal): -8275651 or 4045185. OLE color: 4045185.

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

Color convert

RGB12918561-
CMYK0.3000.670.27
HSL87.1º50.41%48.24%-
HSV(B)87.1º67.03%72.55%-
XYZ27.2439.710.64-
YUV154.1275.45110.08-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.4%
GREEN value IS 185 (72.66% from 255) = 49.33%
BLUE value IS 61 (24.22% from 255) = 16.27%
R=34.4%
G=49.33%
B=16.27%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal129185610.3000.670.2787.150.4148.24
Hex81B93D1E0431B573230
Octal20127175360103331276260
Binary10000001101110011111011111001000011110111010111110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81B93D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,185,61); }

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

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

 a { background-color: rgb(129,185,61); }

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

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

 span { border-color: rgb(129,185,61); }

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