#8BB438

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

Shades of Limerick #8BB438

Tints of Limerick #8BB438

Color information

#8BB438 (or 0x8BB438) is unknown color: approx Limerick. HEX triplet: 8B, B4 and 38. RGB value is (139,180,56). Sum of RGB (Red+Green+Blue) = 139+180+56=375 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.07% from 375); Green value is 180 (70.70% from 255 or 48% from 375); Blue value is 56 (22.27% from 255 or 14.93% from 375); Max value from RGB is 180 - color contains mainly: green. Hex color #8BB438 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BB438 is #744BC7. Grayscale: #9A9A9A. Windows color (decimal): -7621576 or 3716235. OLE color: 3716235.

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

Color convert

RGB13918056-
CMYK0.2300.690.29
HSL79.84º52.54%46.27%-
HSV(B)79.84º68.89%70.59%-
XYZ27.6838.429.7-
YUV153.6172.92117.58-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 37.07%
GREEN value IS 180 (70.70% from 255) = 48%
BLUE value IS 56 (22.27% from 255) = 14.93%
R=37.07%
G=48%
B=14.93%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal139180560.2300.690.2979.8452.5446.27
Hex8BB438170451D50352e
Octal21326470270105351206556
Binary10001011101101001110001011101000101111011010000110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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