#8BBA22

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

Shades of Limerick #8BBA22

Tints of Limerick #8BBA22

Color information

#8BBA22 (or 0x8BBA22) is unknown color: approx Limerick. HEX triplet: 8B, BA and 22. RGB value is (139,186,34). Sum of RGB (Red+Green+Blue) = 139+186+34=359 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.72% from 359); Green value is 186 (73.05% from 255 or 51.81% from 359); Blue value is 34 (13.67% from 255 or 9.47% from 359); Max value from RGB is 186 - color contains mainly: green. Hex color #8BBA22 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BBA22 is #7445DD. Grayscale: #9B9B9B. Windows color (decimal): -7620062 or 2275979. OLE color: 2275979.

HSL color Cylindrical-coordinate representation of color #8BBA22: hue angle of 78.55º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8BBA22 is Cyan = 0.25, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.27.

Color convert

RGB13918634-
CMYK0.2500.820.27
HSL78.55º69.09%43.14%-
HSV(B)78.55º81.72%72.94%-
XYZ28.540.727.87-
YUV154.6259.93116.86-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 38.72%
GREEN value IS 186 (73.05% from 255) = 51.81%
BLUE value IS 34 (13.67% from 255) = 9.47%
R=38.72%
G=51.81%
B=9.47%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal139186340.2500.820.2778.5569.0943.14
Hex8BBA22190521B4f452b
Octal213272423101223311710553
Binary100010111011101010001011001010100101101110011111000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BBA22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,186,34); }

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

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

 a { background-color: rgb(139,186,34); }

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

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

 span { border-color: rgb(139,186,34); }

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