#8BC416

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

Shades of Limerick #8BC416

Tints of Limerick #8BC416

Color information

#8BC416 (or 0x8BC416) is unknown color: approx Limerick. HEX triplet: 8B, C4 and 16. RGB value is (139,196,22). Sum of RGB (Red+Green+Blue) = 139+196+22=357 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.94% from 357); Green value is 196 (76.95% from 255 or 54.90% from 357); Blue value is 22 (8.98% from 255 or 6.16% from 357); Max value from RGB is 196 - color contains mainly: green. Hex color #8BC416 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BC416 is #743BE9. Grayscale: #9F9F9F. Windows color (decimal): -7617514 or 1492107. OLE color: 1492107.

HSL color Cylindrical-coordinate representation of color #8BC416: hue angle of 79.66º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8BC416 is Cyan = 0.29, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.23.

Color convert

RGB13919622-
CMYK0.2900.890.23
HSL79.66º79.82%42.75%-
HSV(B)79.66º88.78%76.86%-
XYZ30.5345.037.84-
YUV159.1250.62113.65-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 38.94%
GREEN value IS 196 (76.95% from 255) = 54.90%
BLUE value IS 22 (8.98% from 255) = 6.16%
R=38.94%
G=54.90%
B=6.16%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal139196220.2900.890.2379.6679.8242.75
Hex8BC4161D0591750502b
Octal213304263501312712012053
Binary10001011110001001011011101010110011011110100001010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BC416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,196,22); }

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

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

 a { background-color: rgb(139,196,22); }

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

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

 span { border-color: rgb(139,196,22); }

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