#8CB83A

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

Shades of Limerick #8CB83A

Tints of Limerick #8CB83A

Color information

#8CB83A (or 0x8CB83A) is unknown color: approx Limerick. HEX triplet: 8C, B8 and 3A. RGB value is (140,184,58). Sum of RGB (Red+Green+Blue) = 140+184+58=382 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.65% from 382); Green value is 184 (72.27% from 255 or 48.17% from 382); Blue value is 58 (23.05% from 255 or 15.18% from 382); Max value from RGB is 184 - color contains mainly: green. Hex color #8CB83A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CB83A is #7347C5. Grayscale: #9C9C9C. Windows color (decimal): -7555014 or 3848332. OLE color: 3848332.

HSL color Cylindrical-coordinate representation of color #8CB83A: hue angle of 80.95º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8CB83A is Cyan = 0.24, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.28.

Color convert

RGB14018458-
CMYK0.2400.680.28
HSL80.95º52.07%47.45%-
HSV(B)80.95º68.48%72.16%-
XYZ28.7240.1610.24-
YUV156.4872.42116.25-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 36.65%
GREEN value IS 184 (72.27% from 255) = 48.17%
BLUE value IS 58 (23.05% from 255) = 15.18%
R=36.65%
G=48.17%
B=15.18%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal140184580.2400.680.2880.9552.0747.45
Hex8CB83A180441C51342f
Octal21427072300104341216457
Binary10001100101110001110101100001000100111001010001110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CB83A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,184,58); }

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

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

 a { background-color: rgb(140,184,58); }

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

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

 span { border-color: rgb(140,184,58); }

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