#8CB714

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

Shades of Limerick #8CB714

Tints of Limerick #8CB714

Color information

#8CB714 (or 0x8CB714) is unknown color: approx Limerick. HEX triplet: 8C, B7 and 14. RGB value is (140,183,20). Sum of RGB (Red+Green+Blue) = 140+183+20=343 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.82% from 343); Green value is 183 (71.88% from 255 or 53.35% from 343); Blue value is 20 (8.20% from 255 or 5.83% from 343); Max value from RGB is 183 - color contains mainly: green. Hex color #8CB714 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CB714 is #7348EB. Grayscale: #989898. Windows color (decimal): -7555308 or 1357708. OLE color: 1357708.

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

Color convert

RGB14018320-
CMYK0.2300.890.28
HSL75.83º80.3%39.8%-
HSV(B)75.83º89.07%71.76%-
XYZ27.8739.496.82-
YUV151.5653.75119.75-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 40.82%
GREEN value IS 183 (71.88% from 255) = 53.35%
BLUE value IS 20 (8.20% from 255) = 5.83%
R=40.82%
G=53.35%
B=5.83%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal140183200.2300.890.2875.8380.339.8
Hex8CB714170591C4c5028
Octal214267242701313411412050
Binary10001100101101111010010111010110011110010011001010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CB714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,183,20); }

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

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

 a { background-color: rgb(140,183,20); }

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

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

 span { border-color: rgb(140,183,20); }

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