#8BB53E

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

Shades of Limerick #8BB53E

Tints of Limerick #8BB53E

Color information

#8BB53E (or 0x8BB53E) is unknown color: approx Limerick. HEX triplet: 8B, B5 and 3E. RGB value is (139,181,62). Sum of RGB (Red+Green+Blue) = 139+181+62=382 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.39% from 382); Green value is 181 (71.09% from 255 or 47.38% from 382); Blue value is 62 (24.61% from 255 or 16.23% from 382); Max value from RGB is 181 - color contains mainly: green. Hex color #8BB53E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BB53E is #744AC1. Grayscale: #9B9B9B. Windows color (decimal): -7621314 or 4109707. OLE color: 4109707.

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

Color convert

RGB13918162-
CMYK0.2300.660.29
HSL81.18º48.97%47.65%-
HSV(B)81.18º65.75%70.98%-
XYZ28.0438.8810.58-
YUV154.8875.59116.68-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.39%
GREEN value IS 181 (71.09% from 255) = 47.38%
BLUE value IS 62 (24.61% from 255) = 16.23%
R=36.39%
G=47.38%
B=16.23%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal139181620.2300.660.2981.1848.9747.65
Hex8BB53E170421D513130
Octal21326576270102351216160
Binary10001011101101011111101011101000010111011010001110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB53E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,181,62); }

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

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

 a { background-color: rgb(139,181,62); }

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

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

 span { border-color: rgb(139,181,62); }

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