Html Css Color HEX #8CB414 Limerick

📋 copy color: '#8CB414'

red 140 ◦ green 180 ◦ blue 20

#8CB414
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Limerick #8CB414

Tints of Limerick #8CB414

RGB

 RED value IS 140 (55.08% from 255) = 41.18%

 GREEN value IS 180 (70.7% from 255) = 52.94%

 BLUE value IS 20 (8.2% from 255) = 5.88%

R = 41.18%
G = 52.94%
B = 5.88%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#8CB414 (or 0x8CB414) is known color: Limerick. HEX triplet: 8C, B4 and 14. RGB value is (140,180,20). Sum of RGB (Red+Green+Blue) = 140+180+20=340 (45% of max value = 765). Red value is 140 (55.08% from 255 or 41.18% from 340); Green value is 180 (70.70% from 255 or 52.94% from 340); Blue value is 20 (8.20% from 255 or 5.88% from 340); Max value from RGB is 180 - color contains mainly: green. Hex color #8CB414 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CB414 is #734BEB. Grayscale: #969696. Windows color (decimal): -7556076 or 1356940. OLE color: 1356940.

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

Color convert

RGB 140 180 20 -
CMYK 0.22 0 0.89 0.29
HSL 75º 0.8% 0.39% -
HSV(B) 75º 0.89% 0.71% -
XYZ 27.26 38.27 6.61 -
YUV 149.8 54.75 121.01 -
System Red Green Blue C M Y K H S L
Decimal 140 180 20 0.22 0 0.89 0.29 75 0.8 0.39
Hex 8C B4 14 16 0 59 1D 4B 50 27
Octal 214 264 24 26 0 131 35 113 120 47
Binary 10001100 10110100 10100 10110 0 1011001 11101 1001011 1010000 100111

Color Harmonies of #8CB414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB414

Black with #8CB414

Text Example


Text Example

White with #8CB414

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8CB414;
 }
 .AnyTagClassName
 {
   color: #8CB414;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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