Html Css Color HEX #86BA3F Limerick

📋 copy color: '#86BA3F'

red 134 ◦ green 186 ◦ blue 63

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

Shades of Limerick #86BA3F

Tints of Limerick #86BA3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 16.45%

R = 34.99%
G = 48.56%
B = 16.45%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#86BA3F (or 0x86BA3F) is known color: Limerick. HEX triplet: 86, BA and 3F. RGB value is (134,186,63). Sum of RGB (Red+Green+Blue) = 134+186+63=383 (50% of max value = 765). Red value is 134 (52.73% from 255 or 34.99% from 383); Green value is 186 (73.05% from 255 or 48.56% from 383); Blue value is 63 (25% from 255 or 16.45% from 383); Max value from RGB is 186 - color contains mainly: green. Hex color #86BA3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86BA3F is #7945C0. Grayscale: #9C9C9C. Windows color (decimal): -7947713 or 4176518. OLE color: 4176518.

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

Color convert

RGB 134 186 63 -
CMYK 0.28 0 0.66 0.27
HSL 85.37º 0.49% 0.49% -
HSV(B) 85.37º 0.66% 0.73% -
XYZ 28.29 40.55 11.04 -
YUV 156.43 75.27 112 -
System Red Green Blue C M Y K H S L
Decimal 134 186 63 0.28 0 0.66 0.27 85.37 0.49 0.49
Hex 86 BA 3F 1C 0 42 1B 55 31 31
Octal 206 272 77 34 0 102 33 125 61 61
Binary 10000110 10111010 111111 11100 0 1000010 11011 1010101 110001 110001

Color Harmonies of #86BA3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BA3F

Black with #86BA3F

Text Example


Text Example

White with #86BA3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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