#8BA437

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

Shades of Limerick #8BA437

Tints of Limerick #8BA437

Color information

#8BA437 (or 0x8BA437) is unknown color: approx Limerick. HEX triplet: 8B, A4 and 37. RGB value is (139,164,55). Sum of RGB (Red+Green+Blue) = 139+164+55=358 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.83% from 358); Green value is 164 (64.45% from 255 or 45.81% from 358); Blue value is 55 (21.88% from 255 or 15.36% from 358); Max value from RGB is 164 - color contains mainly: green. Hex color #8BA437 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BA437 is #745BC8. Grayscale: #909090. Windows color (decimal): -7625673 or 3646603. OLE color: 3646603.

HSL color Cylindrical-coordinate representation of color #8BA437: hue angle of 73.76º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8BA437 is Cyan = 0.15, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.36.

Color convert

RGB13916455-
CMYK0.1500.660.36
HSL73.76º49.77%42.94%-
HSV(B)73.76º66.46%64.31%-
XYZ24.6132.328.55-
YUV144.177.72124.36-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 38.83%
GREEN value IS 164 (64.45% from 255) = 45.81%
BLUE value IS 55 (21.88% from 255) = 15.36%
R=38.83%
G=45.81%
B=15.36%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal139164550.1500.660.3673.7649.7742.94
Hex8BA437F042244a322b
Octal21324467170102441126253
Binary10001011101001001101111111010000101001001001010110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BA437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,164,55); }

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

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

 a { background-color: rgb(139,164,55); }

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

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

 span { border-color: rgb(139,164,55); }

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