#8DBA34

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

Shades of Limerick #8DBA34

Tints of Limerick #8DBA34

Color information

#8DBA34 (or 0x8DBA34) is unknown color: approx Limerick. HEX triplet: 8D, BA and 34. RGB value is (141,186,52). Sum of RGB (Red+Green+Blue) = 141+186+52=379 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.20% from 379); Green value is 186 (73.05% from 255 or 49.08% from 379); Blue value is 52 (20.70% from 255 or 13.72% from 379); Max value from RGB is 186 - color contains mainly: green. Hex color #8DBA34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DBA34 is #7245CB. Grayscale: #9D9D9D. Windows color (decimal): -7488972 or 3455629. OLE color: 3455629.

HSL color Cylindrical-coordinate representation of color #8DBA34: hue angle of 80.15º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8DBA34 is Cyan = 0.24, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB14118652-
CMYK0.2400.720.27
HSL80.15º56.3%46.67%-
HSV(B)80.15º72.04%72.94%-
XYZ29.1641.039.63-
YUV157.2768.59116.4-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 37.20%
GREEN value IS 186 (73.05% from 255) = 49.08%
BLUE value IS 52 (20.70% from 255) = 13.72%
R=37.20%
G=49.08%
B=13.72%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal141186520.2400.720.2780.1556.346.67
Hex8DBA34180481B50382f
Octal21527264300110331207057
Binary10001101101110101101001100001001000110111010000111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DBA34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8DBA34; }

 p { color: rgb(141,186,52); }

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

<style>
 a { background-color: #8DBA34; }

 a { background-color: rgb(141,186,52); }

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

<style>
 span { border-color: #8DBA34; }

 span { border-color: rgb(141,186,52); }

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