Html Css Color HEX #8CBA2E Limerick

📋 copy color: '#8CBA2E'

red 140 ◦ green 186 ◦ blue 46

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

Shades of Limerick #8CBA2E

Tints of Limerick #8CBA2E

RGB

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

 GREEN value IS 186 (73.05% from 255) = 50%

 BLUE value IS 46 (18.36% from 255) = 12.37%

R = 37.63%
G = 50%
B = 12.37%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#8CBA2E (or 0x8CBA2E) is known color: Limerick. HEX triplet: 8C, BA and 2E. RGB value is (140,186,46). Sum of RGB (Red+Green+Blue) = 140+186+46=372 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.63% from 372); Green value is 186 (73.05% from 255 or 50% from 372); Blue value is 46 (18.36% from 255 or 12.37% from 372); Max value from RGB is 186 - color contains mainly: green. Hex color #8CBA2E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CBA2E is #7345D1. Grayscale: #9C9C9C. Windows color (decimal): -7554514 or 3062412. OLE color: 3062412.

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

Color convert

RGB 140 186 46 -
CMYK 0.25 0 0.75 0.27
HSL 79.71º 0.6% 0.45% -
HSV(B) 79.71º 0.75% 0.73% -
XYZ 28.87 40.89 8.96 -
YUV 156.29 65.76 116.38 -
System Red Green Blue C M Y K H S L
Decimal 140 186 46 0.25 0 0.75 0.27 79.71 0.6 0.45
Hex 8C BA 2E 19 0 4B 1B 50 3C 2D
Octal 214 272 56 31 0 113 33 120 74 55
Binary 10001100 10111010 101110 11001 0 1001011 11011 1010000 111100 101101

Color Harmonies of #8CBA2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBA2E

Black with #8CBA2E

Text Example


Text Example

White with #8CBA2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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