#8BA936

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

Shades of Limerick #8BA936

Tints of Limerick #8BA936

Color information

#8BA936 (or 0x8BA936) is unknown color: approx Limerick. HEX triplet: 8B, A9 and 36. RGB value is (139,169,54). Sum of RGB (Red+Green+Blue) = 139+169+54=362 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.40% from 362); Green value is 169 (66.41% from 255 or 46.69% from 362); Blue value is 54 (21.48% from 255 or 14.92% from 362); Max value from RGB is 169 - color contains mainly: green. Hex color #8BA936 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BA936 is #7456C9. Grayscale: #939393. Windows color (decimal): -7624394 or 3582347. OLE color: 3582347.

HSL color Cylindrical-coordinate representation of color #8BA936: hue angle of 75.65º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8BA936 is Cyan = 0.18, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.34.

Color convert

RGB13916954-
CMYK0.1800.680.34
HSL75.65º51.57%43.73%-
HSV(B)75.65º68.05%66.27%-
XYZ25.534.138.73-
YUV146.9275.56122.35-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 38.40%
GREEN value IS 169 (66.41% from 255) = 46.69%
BLUE value IS 54 (21.48% from 255) = 14.92%
R=38.40%
G=46.69%
B=14.92%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal139169540.1800.680.3475.6551.5743.73
Hex8BA93612044224c342c
Octal21325166220104421146454
Binary100010111010100111011010010010001001000101001100110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BA936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,169,54); }

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

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

 a { background-color: rgb(139,169,54); }

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

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

 span { border-color: rgb(139,169,54); }

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