Html Css Color HEX #86BA1C Limerick

📋 copy color: '#86BA1C'

red 134 ◦ green 186 ◦ blue 28

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

Shades of Limerick #86BA1C

Tints of Limerick #86BA1C

RGB

 RED value IS 134 (52.73% from 255) = 38.51%

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

 BLUE value IS 28 (11.33% from 255) = 8.05%

R = 38.51%
G = 53.45%
B = 8.05%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#86BA1C (or 0x86BA1C) is known color: Limerick. HEX triplet: 86, BA and 1C. RGB value is (134,186,28). Sum of RGB (Red+Green+Blue) = 134+186+28=348 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.51% from 348); Green value is 186 (73.05% from 255 or 53.45% from 348); Blue value is 28 (11.33% from 255 or 8.05% from 348); Max value from RGB is 186 - color contains mainly: green. Hex color #86BA1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86BA1C is #7945E3. Grayscale: #999999. Windows color (decimal): -7947748 or 1882758. OLE color: 1882758.

HSL color Cylindrical-coordinate representation of color #86BA1C: hue angle of 79.75º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #86BA1C is Cyan = 0.28, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.27.

Color convert

RGB 134 186 28 -
CMYK 0.28 0 0.85 0.27
HSL 79.75º 0.74% 0.42% -
HSV(B) 79.75º 0.85% 0.73% -
XYZ 27.6 40.27 7.42 -
YUV 152.44 57.77 114.85 -
System Red Green Blue C M Y K H S L
Decimal 134 186 28 0.28 0 0.85 0.27 79.75 0.74 0.42
Hex 86 BA 1C 1C 0 55 1B 50 4A 2A
Octal 206 272 34 34 0 125 33 120 112 52
Binary 10000110 10111010 11100 11100 0 1010101 11011 1010000 1001010 101010

Color Harmonies of #86BA1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BA1C

Black with #86BA1C

Text Example


Text Example

White with #86BA1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86BA1C; }

 p { color: rgb(134,186,28); }

 H1.HeaderClassName
 {
   color: #86BA1C;
 }
 .AnyTagClassName
 {
   color: #86BA1C;
 }
</style>

background-color css

<style>
 a { background-color: #86BA1C; }

 a { background-color: rgb(134,186,28); }

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

border-color css

<style>
 span { border-color: #86BA1C; }

 span { border-color: rgb(134,186,28); }

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