#8BB221

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

Shades of Limerick #8BB221

Tints of Limerick #8BB221

Color information

#8BB221 (or 0x8BB221) is unknown color: approx Limerick. HEX triplet: 8B, B2 and 21. RGB value is (139,178,33). Sum of RGB (Red+Green+Blue) = 139+178+33=350 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.71% from 350); Green value is 178 (69.92% from 255 or 50.86% from 350); Blue value is 33 (13.28% from 255 or 9.43% from 350); Max value from RGB is 178 - color contains mainly: green. Hex color #8BB221 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BB221 is #744DDE. Grayscale: #969696. Windows color (decimal): -7622111 or 2208395. OLE color: 2208395.

HSL color Cylindrical-coordinate representation of color #8BB221: hue angle of 76.14º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8BB221 is Cyan = 0.22, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.30.

Color convert

RGB13917833-
CMYK0.2200.810.30
HSL76.14º68.72%41.37%-
HSV(B)76.14º81.46%69.8%-
XYZ26.8437.447.25-
YUV149.8162.08120.29-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 39.71%
GREEN value IS 178 (69.92% from 255) = 50.86%
BLUE value IS 33 (13.28% from 255) = 9.43%
R=39.71%
G=50.86%
B=9.43%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal139178330.2200.810.3076.1468.7241.37
Hex8BB221160511E4c4529
Octal213262412601213611410551
Binary100010111011001010000110110010100011111010011001000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,178,33); }

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

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

 a { background-color: rgb(139,178,33); }

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

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

 span { border-color: rgb(139,178,33); }

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