Html Css Color HEX #8CBA2A Limerick

📋 copy color: '#8CBA2A'

red 140 ◦ green 186 ◦ blue 42

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

Shades of Limerick #8CBA2A

Tints of Limerick #8CBA2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.41%

R = 38.04%
G = 50.54%
B = 11.41%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#8CBA2A (or 0x8CBA2A) is known color: Limerick. HEX triplet: 8C, BA and 2A. RGB value is (140,186,42). Sum of RGB (Red+Green+Blue) = 140+186+42=368 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.04% from 368); Green value is 186 (73.05% from 255 or 50.54% from 368); Blue value is 42 (16.80% from 255 or 11.41% from 368); Max value from RGB is 186 - color contains mainly: green. Hex color #8CBA2A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CBA2A is #7345D5. Grayscale: #9C9C9C. Windows color (decimal): -7554518 or 2800268. OLE color: 2800268.

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

Color convert

RGB 140 186 42 -
CMYK 0.25 0 0.77 0.27
HSL 79.17º 0.63% 0.45% -
HSV(B) 79.17º 0.77% 0.73% -
XYZ 28.79 40.86 8.56 -
YUV 155.83 63.76 116.71 -
System Red Green Blue C M Y K H S L
Decimal 140 186 42 0.25 0 0.77 0.27 79.17 0.63 0.45
Hex 8C BA 2A 19 0 4D 1B 4F 3F 2D
Octal 214 272 52 31 0 115 33 117 77 55
Binary 10001100 10111010 101010 11001 0 1001101 11011 1001111 111111 101101

Color Harmonies of #8CBA2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBA2A

Black with #8CBA2A

Text Example


Text Example

White with #8CBA2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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