#8CB03E

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

Shades of Limerick #8CB03E

Tints of Limerick #8CB03E

Color information

#8CB03E (or 0x8CB03E) is unknown color: approx Limerick. HEX triplet: 8C, B0 and 3E. RGB value is (140,176,62). Sum of RGB (Red+Green+Blue) = 140+176+62=378 (50% of max value = 765). Red value is 140 (55.08% from 255 or 37.04% from 378); Green value is 176 (69.14% from 255 or 46.56% from 378); Blue value is 62 (24.61% from 255 or 16.40% from 378); Max value from RGB is 176 - color contains mainly: green. Hex color #8CB03E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CB03E is #734FC1. Grayscale: #989898. Windows color (decimal): -7557058 or 4108428. OLE color: 4108428.

HSL color Cylindrical-coordinate representation of color #8CB03E: hue angle of 78.95º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8CB03E is Cyan = 0.20, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.31.

Color convert

RGB14017662-
CMYK0.2000.650.31
HSL78.95º47.9%46.67%-
HSV(B)78.95º64.77%69.02%-
XYZ27.2136.9710.26-
YUV152.2477.07119.27-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 37.04%
GREEN value IS 176 (69.14% from 255) = 46.56%
BLUE value IS 62 (24.61% from 255) = 16.40%
R=37.04%
G=46.56%
B=16.40%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal140176620.2000.650.3178.9547.946.67
Hex8CB03E140411F4f302f
Octal21426076240101371176057
Binary10001100101100001111101010001000001111111001111110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CB03E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,176,62); }

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

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

 a { background-color: rgb(140,176,62); }

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

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

 span { border-color: rgb(140,176,62); }

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