#8BBE2A

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

Shades of Limerick #8BBE2A

Tints of Limerick #8BBE2A

Color information

#8BBE2A (or 0x8BBE2A) is unknown color: approx Limerick. HEX triplet: 8B, BE and 2A. RGB value is (139,190,42). Sum of RGB (Red+Green+Blue) = 139+190+42=371 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.47% from 371); Green value is 190 (74.61% from 255 or 51.21% from 371); Blue value is 42 (16.80% from 255 or 11.32% from 371); Max value from RGB is 190 - color contains mainly: green. Hex color #8BBE2A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BBE2A is #7441D5. Grayscale: #9E9E9E. Windows color (decimal): -7619030 or 2801291. OLE color: 2801291.

HSL color Cylindrical-coordinate representation of color #8BBE2A: hue angle of 80.68º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8BBE2A is Cyan = 0.27, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB13919042-
CMYK0.2700.780.25
HSL80.68º63.79%45.49%-
HSV(B)80.68º77.89%74.51%-
XYZ29.4842.488.84-
YUV157.8862.6114.53-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 37.47%
GREEN value IS 190 (74.61% from 255) = 51.21%
BLUE value IS 42 (16.80% from 255) = 11.32%
R=37.47%
G=51.21%
B=11.32%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal139190420.2700.780.2580.6863.7945.49
Hex8BBE2A1B04E1951402d
Octal213276523301163112110055
Binary100010111011111010101011011010011101100110100011000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BBE2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,190,42); }

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

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

 a { background-color: rgb(139,190,42); }

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

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

 span { border-color: rgb(139,190,42); }

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