#8BB321

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

Shades of Limerick #8BB321

Tints of Limerick #8BB321

Color information

#8BB321 (or 0x8BB321) is unknown color: approx Limerick. HEX triplet: 8B, B3 and 21. RGB value is (139,179,33). Sum of RGB (Red+Green+Blue) = 139+179+33=351 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.60% from 351); Green value is 179 (70.31% from 255 or 51.00% from 351); Blue value is 33 (13.28% from 255 or 9.40% from 351); Max value from RGB is 179 - color contains mainly: green. Hex color #8BB321 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BB321 is #744CDE. Grayscale: #969696. Windows color (decimal): -7621855 or 2208651. OLE color: 2208651.

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

Color convert

RGB13917933-
CMYK0.2200.820.30
HSL76.44º68.87%41.57%-
HSV(B)76.44º81.56%70.2%-
XYZ27.0437.847.32-
YUV150.461.75119.87-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 39.60%
GREEN value IS 179 (70.31% from 255) = 51.00%
BLUE value IS 33 (13.28% from 255) = 9.40%
R=39.60%
G=51.00%
B=9.40%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal139179330.2200.820.3076.4468.8741.57
Hex8BB321160521E4c452a
Octal213263412601223611410552
Binary100010111011001110000110110010100101111010011001000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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