#8BA236

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

Shades of Limerick #8BA236

Tints of Limerick #8BA236

Color information

#8BA236 (or 0x8BA236) is unknown color: approx Limerick. HEX triplet: 8B, A2 and 36. RGB value is (139,162,54). Sum of RGB (Red+Green+Blue) = 139+162+54=355 (47% of max value = 765). Red value is 139 (54.69% from 255 or 39.15% from 355); Green value is 162 (63.67% from 255 or 45.63% from 355); Blue value is 54 (21.48% from 255 or 15.21% from 355); Max value from RGB is 162 - color contains mainly: green. Hex color #8BA236 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BA236 is #745DC9. Grayscale: #8F8F8F. Windows color (decimal): -7626186 or 3580555. OLE color: 3580555.

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

Color convert

RGB13916254-
CMYK0.1400.670.36
HSL72.78º50%42.35%-
HSV(B)72.78º66.67%63.53%-
XYZ24.2331.68.31-
YUV142.8177.88125.28-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 39.15%
GREEN value IS 162 (63.67% from 255) = 45.63%
BLUE value IS 54 (21.48% from 255) = 15.21%
R=39.15%
G=45.63%
B=15.21%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal139162540.1400.670.3672.785042.35
Hex8BA236E0432449322a
Octal21324266160103441116252
Binary10001011101000101101101110010000111001001001001110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BA236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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