#8BB319

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

Shades of Limerick #8BB319

Tints of Limerick #8BB319

Color information

#8BB319 (or 0x8BB319) is unknown color: approx Limerick. HEX triplet: 8B, B3 and 19. RGB value is (139,179,25). Sum of RGB (Red+Green+Blue) = 139+179+25=343 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.52% from 343); Green value is 179 (70.31% from 255 or 52.19% from 343); Blue value is 25 (10.16% from 255 or 7.29% from 343); Max value from RGB is 179 - color contains mainly: green. Hex color #8BB319 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BB319 is #744CE6. Grayscale: #969696. Windows color (decimal): -7621863 or 1684363. OLE color: 1684363.

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

Color convert

RGB13917925-
CMYK0.2200.860.30
HSL75.58º75.49%40%-
HSV(B)75.58º86.03%70.2%-
XYZ26.9437.86.8-
YUV149.4857.75120.52-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 40.52%
GREEN value IS 179 (70.31% from 255) = 52.19%
BLUE value IS 25 (10.16% from 255) = 7.29%
R=40.52%
G=52.19%
B=7.29%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal139179250.2200.860.3075.5875.4940
Hex8BB319160561E4c4b28
Octal213263312601263611411350
Binary10001011101100111100110110010101101111010011001001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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