#8BB436

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

Shades of Limerick #8BB436

Tints of Limerick #8BB436

Color information

#8BB436 (or 0x8BB436) is unknown color: approx Limerick. HEX triplet: 8B, B4 and 36. RGB value is (139,180,54). Sum of RGB (Red+Green+Blue) = 139+180+54=373 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.27% from 373); Green value is 180 (70.70% from 255 or 48.26% from 373); Blue value is 54 (21.48% from 255 or 14.48% from 373); Max value from RGB is 180 - color contains mainly: green. Hex color #8BB436 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BB436 is #744BC9. Grayscale: #999999. Windows color (decimal): -7621578 or 3585163. OLE color: 3585163.

HSL color Cylindrical-coordinate representation of color #8BB436: hue angle of 79.52º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8BB436 is Cyan = 0.23, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.29.

Color convert

RGB13918054-
CMYK0.2300.70.29
HSL79.52º53.85%45.88%-
HSV(B)79.52º70%70.59%-
XYZ27.6338.49.45-
YUV153.3871.92117.75-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 37.27%
GREEN value IS 180 (70.70% from 255) = 48.26%
BLUE value IS 54 (21.48% from 255) = 14.48%
R=37.27%
G=48.26%
B=14.48%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.7
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal139180540.2300.70.2979.5253.8545.88
Hex8BB436170461D50362e
Octal21326466270106351206656
Binary10001011101101001101101011101000110111011010000110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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