#8BBB28

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

Shades of Limerick #8BBB28

Tints of Limerick #8BBB28

Color information

#8BBB28 (or 0x8BBB28) is unknown color: approx Limerick. HEX triplet: 8B, BB and 28. RGB value is (139,187,40). Sum of RGB (Red+Green+Blue) = 139+187+40=366 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.98% from 366); Green value is 187 (73.44% from 255 or 51.09% from 366); Blue value is 40 (16.02% from 255 or 10.93% from 366); Max value from RGB is 187 - color contains mainly: green. Hex color #8BBB28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BBB28 is #7444D7. Grayscale: #9C9C9C. Windows color (decimal): -7619800 or 2669451. OLE color: 2669451.

HSL color Cylindrical-coordinate representation of color #8BBB28: hue angle of 79.59º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8BBB28 is Cyan = 0.26, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.27.

Color convert

RGB13918740-
CMYK0.2600.790.27
HSL79.59º64.76%44.51%-
HSV(B)79.59º78.61%73.33%-
XYZ28.841.188.44-
YUV155.8962.6115.95-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 37.98%
GREEN value IS 187 (73.44% from 255) = 51.09%
BLUE value IS 40 (16.02% from 255) = 10.93%
R=37.98%
G=51.09%
B=10.93%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal139187400.2600.790.2779.5964.7644.51
Hex8BBB281A04F1B50412d
Octal213273503201173312010155
Binary100010111011101110100011010010011111101110100001000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BBB28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,187,40); }

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

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

 a { background-color: rgb(139,187,40); }

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

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

 span { border-color: rgb(139,187,40); }

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