#8bb029

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

Shades of Limerick #8BB029

Tints of Limerick #8BB029

Color information

#8BB029 (or 0x8BB029) is unknown color: approx Limerick. HEX triplet: 8B, B0 and 29. RGB value is (139,176,41). Sum of RGB (Red+Green+Blue) = 139+176+41=356 (47% of max value = 765). Red value is 139 (54.69% from 255 or 39.04% from 356); Green value is 176 (69.14% from 255 or 49.44% from 356); Blue value is 41 (16.41% from 255 or 11.52% from 356); Max value from RGB is 176 - color contains mainly: green. Hex color #8BB029 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BB029 is #744FD6. Grayscale: #969696. Windows color (decimal): -7622615 or 2732171. OLE color: 2732171.

HSL color Cylindrical-coordinate representation of color #8BB029: hue angle of 76.44º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8BB029 is Cyan = 0.21, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.31.

Color convert

RGB13917641-
CMYK0.2100.770.31
HSL76.44º62.21%42.55%-
HSV(B)76.44º76.7%69.02%-
XYZ26.5736.77.78-
YUV149.5566.74120.48-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 39.04%
GREEN value IS 176 (69.14% from 255) = 49.44%
BLUE value IS 41 (16.41% from 255) = 11.52%
R=39.04%
G=49.44%
B=11.52%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal139176410.2100.770.3176.4462.2142.55
Hex8BB0291504D1F4c3e2b
Octal21326051250115371147653
Binary10001011101100001010011010101001101111111001100111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8bb029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,176,41); }

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

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

 a { background-color: rgb(139,176,41); }

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

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

 span { border-color: rgb(139,176,41); }

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