#8CBA2F

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

Shades of Limerick #8CBA2F

Tints of Limerick #8CBA2F

Color information

#8CBA2F (or 0x8CBA2F) is unknown color: approx Limerick. HEX triplet: 8C, BA and 2F. RGB value is (140,186,47). Sum of RGB (Red+Green+Blue) = 140+186+47=373 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.53% from 373); Green value is 186 (73.05% from 255 or 49.87% from 373); Blue value is 47 (18.75% from 255 or 12.60% from 373); Max value from RGB is 186 - color contains mainly: green. Hex color #8CBA2F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CBA2F is #7345D0. Grayscale: #9C9C9C. Windows color (decimal): -7554513 or 3127948. OLE color: 3127948.

HSL color Cylindrical-coordinate representation of color #8CBA2F: hue angle of 79.86º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8CBA2F is Cyan = 0.25, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.

Color convert

RGB14018647-
CMYK0.2500.750.27
HSL79.86º59.66%45.69%-
HSV(B)79.86º74.73%72.94%-
XYZ28.8940.99.06-
YUV156.466.26116.3-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 37.53%
GREEN value IS 186 (73.05% from 255) = 49.87%
BLUE value IS 47 (18.75% from 255) = 12.60%
R=37.53%
G=49.87%
B=12.60%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal140186470.2500.750.2779.8659.6645.69
Hex8CBA2F1904B1B503c2e
Octal21427257310113331207456
Binary10001100101110101011111100101001011110111010000111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CBA2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,186,47); }

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

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

 a { background-color: rgb(140,186,47); }

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

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

 span { border-color: rgb(140,186,47); }

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